Update of /cvsroot/plib/plib/src/pui
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/pui
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/pui/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.am 3 Aug 2002 22:44:48 -0000 1.15
+++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.16
@@ -1,3 +1,5 @@
+if BUILD_PUI
+
lib_LIBRARIES = libplibpu.a
include_HEADERS = pu.h
@@ -15,6 +17,8 @@
INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
INCLUDES += -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = pui.dsp
|