[Plib-cvs] plib/src/js Makefile.am,1.5,1.6
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv15635/js Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 31 Aug 2002 20:49:16 -0000 1.5 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.6 @@ -2,7 +2,7 @@ include_HEADERS = js.h -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |