Update of /cvsroot/libfunutil/libfunutil/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv27233/lib
Modified Files:
Makefile
Log Message:
added cl subdir if s11n enabled.
Index: Makefile
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/lib/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 14 Oct 2003 20:41:56 -0000 1.7
+++ Makefile 17 Nov 2003 20:26:12 -0000 1.8
@@ -2,7 +2,7 @@
ifeq (1,$(configure_enable_s11n))
-SUBDIRS += toolbox s11n
+SUBDIRS += cl toolbox s11n
endif
SUBDIRS += funUtil
|