Update of /cvsroot/libfunutil/libfunutil/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv8610/tests
Modified Files:
Makefile
Log Message:
added s11n subdir.
Index: Makefile
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/tests/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 10 Aug 2003 14:49:54 -0000 1.2
+++ Makefile 27 Sep 2003 22:40:15 -0000 1.3
@@ -1,4 +1,8 @@
SUBDIRS = funUtil
include toc.make
-all: $(SUBDIRS)
+ifeq (1,$(configure_enable_s11n))
+SUBDIRS += s11n
+endif
+
+all: subdirs
|