[Plib-cvs] plib/src/sg Makefile.am,1.9,1.10
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/sg In directory usw-pr-cvs1:/tmp/cvs-serv15635/sg Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.9 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.10 @@ -8,7 +8,7 @@ sgIsect.cxx sgdIsect.cxx \ sgPerlinNoise.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |