Update of /cvsroot/plib/plib/src/fnt
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/fnt
Modified Files:
Makefile.am
Log Message:
configure script now allows to build only parts of PLIB
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/fnt/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 24 Mar 2002 21:09:33 -0000 1.6
+++ Makefile.am 30 Aug 2002 18:48:17 -0000 1.7
@@ -1,3 +1,5 @@
+if BUILD_FNT
+
lib_LIBRARIES = libplibfnt.a
include_HEADERS = fnt.h
@@ -6,6 +8,8 @@
INCLUDES = -I$(top_srcdir)/src/sg
INCLUDES += -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = fnt.dsp
|