Update of /cvsroot/plib/plib/src/ssgAux
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/ssgAux
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/ssgAux/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 28 Aug 2002 00:14:34 -0000 1.10
+++ Makefile.am 30 Aug 2002 18:48:19 -0000 1.11
@@ -1,3 +1,4 @@
+if BUILD_SSGAUX
lib_LIBRARIES = libplibssgaux.a
@@ -19,7 +20,9 @@
ssgaTeapot.cxx
INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg
-INCLUDES += -I$(top_srcdir)/src/util
+INCLUDES += -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = ssgAux.dsp
|