[Plib-cvs] plib/src/fnt Makefile.am,1.8,1.9
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv15635/fnt Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 31 Aug 2002 20:49:16 -0000 1.8 +++ Makefile.am 31 Aug 2002 22:21:20 -0000 1.9 @@ -6,7 +6,7 @@ libplibfnt_a_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util endif |