[Plib-cvs] plib/src/util Makefile.am,1.12,1.13
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv15635/util Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/util/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 @@ -7,8 +7,6 @@ libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \ ulList.cxx ulLocal.h -INCLUDES = -I$(top_srcdir) - endif EXTRA_DIST = ul.dsp |