blob: 5e79ccb092d1557c41ae081c5b82b45aa4ba77f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.1 2000/11/27 20:26:27 mycroft Exp $
--- tracks/simple2/Makefile.am.orig Sun Mar 19 17:57:23 2000
+++ tracks/simple2/Makefile.am Mon Nov 27 20:23:58 2000
@@ -59,6 +59,8 @@
flare.c \
sky.c
+libtracksimple2_la_LDFLAGS = -module -avoid-version
+
EXTRA_DIST = $(wildcard *.blend)
# This track won't build with the blender.export file. This file
|