Update of /cvsroot/plib/plib/src/ssgAux
In directory usw-pr-cvs1:/tmp/cvs-serv15635/ssgAux
Modified Files:
Makefile.am
Log Message:
Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/ssgAux/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 31 Aug 2002 20:49:17 -0000 1.12
+++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.13
@@ -19,7 +19,7 @@
ssgaFire.cxx \
ssgaTeapot.cxx
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg
+INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg
INCLUDES += -I$(top_srcdir)/src/util
endif
|