Update of /cvsroot/plib/plib/src/psl
In directory usw-pr-cvs1:/tmp/cvs-serv15317
Modified Files:
Makefile.am
Log Message:
Removed 'sg' directory from compiler include path
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/psl/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 7 Sep 2002 07:00:34 -0000 1.6
+++ Makefile.am 7 Sep 2002 10:59:29 -0000 1.7
@@ -10,7 +10,7 @@
pslCompiler.cxx pslSymbols.cxx pslToken.cxx \
pslExpression.cxx pslProgram.cxx pslDump.cxx
-INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util
+INCLUDES = -I$(top_srcdir)/src/util
endif
|