[Plib-cvs] plib/src/psl Makefile.am,1.11,1.12
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-10 22:22:41
|
Update of /cvsroot/plib/plib/src/psl In directory usw-pr-cvs1:/tmp/cvs-serv29729 Modified Files: Makefile.am Log Message: install-header file 'psl.h' does not need to be listed in libplibpsl_a_SOURCES Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/psl/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 10 Sep 2002 04:37:39 -0000 1.11 +++ Makefile.am 10 Sep 2002 22:22:37 -0000 1.12 @@ -10,7 +10,7 @@ pslExpression.cxx pslProgram.cxx pslDump.cxx \ pslError.cxx pslFileIO.cxx pslCompiler.h \ pslContext.h pslFileIO.h pslLocal.h \ - pslOpcodes.h pslSymbol.h psl.h + pslOpcodes.h pslSymbol.h INCLUDES = -I$(top_srcdir)/src/util |