Update of /cvsroot/plib/plib/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/util
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/util/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 21 Apr 2002 03:52:27 -0000 1.10
+++ Makefile.am 30 Aug 2002 18:48:19 -0000 1.11
@@ -1,9 +1,13 @@
+if BUILD_UL
+
lib_LIBRARIES = libplibul.a
include_HEADERS = ul.h
libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \
ulList.cxx ulLocal.h
+
+endif
EXTRA_DIST = ul.dsp
|