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