Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/ssg
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/ssg/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am 27 Jul 2002 12:44:56 -0000 1.34
+++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.35
@@ -1,3 +1,5 @@
+if BUILD_SSG
+
lib_LIBRARIES = libplibssg.a
include_HEADERS = ssg.h ssgconf.h ssgMSFSPalette.h ssgKeyFlier.h
@@ -25,6 +27,8 @@
INCLUDES = -I$(top_srcdir)/src/sg
INCLUDES += -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = ssg.dsp
|