Update of /cvsroot/plib/plib/src/js
In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/js
Modified Files:
Makefile.am
Log Message:
Introduced plibconfig.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 30 Aug 2002 18:48:17 -0000 1.4
+++ Makefile.am 31 Aug 2002 20:49:16 -0000 1.5
@@ -2,7 +2,7 @@
include_HEADERS = js.h
-INCLUDES = -I$(top_srcdir)/src/util
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util
endif
|