Update of /cvsroot/plib/plib/src/js
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/js
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/js/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 3 Oct 2001 10:21:10 -0000 1.3
+++ Makefile.am 30 Aug 2002 18:48:17 -0000 1.4
@@ -1,6 +1,10 @@
+if BUILD_JS
+
include_HEADERS = js.h
INCLUDES = -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = js.dsp
|