[Plib-cvs] plib/src/js Makefile.am,1.4,1.5
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:19
|
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 |