Update of /cvsroot/plib/plib/src/sg
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/sg
Modified Files:
Makefile.am
Log Message:
configure script now allows to build only parts of PLIB
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 24 Aug 2002 23:22:13 -0000 1.7
+++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.8
@@ -1,3 +1,5 @@
+if BUILD_SG
+
lib_LIBRARIES = libplibsg.a
include_HEADERS = sg.h
@@ -7,6 +9,8 @@
sgPerlinNoise.cxx
INCLUDES = -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = sg.dsp
|