Update of /cvsroot/plib/plib/src/sg
In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/sg
Modified Files:
Makefile.am
Log Message:
Introduced plibconfig.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 30 Aug 2002 18:48:18 -0000 1.8
+++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.9
@@ -8,7 +8,7 @@
sgIsect.cxx sgdIsect.cxx \
sgPerlinNoise.cxx
-INCLUDES = -I$(top_srcdir)/src/util
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util
endif
|