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