From: <sg...@us...> - 2003-10-14 03:11:21
|
Update of /cvsroot/libfunutil/libfunutil/lib In directory sc8-pr-cvs1:/tmp/cvs-serv4678/lib Modified Files: Makefile Log Message: s11n-related changes Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/lib/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 27 Sep 2003 22:40:02 -0000 1.4 +++ Makefile 14 Oct 2003 03:11:17 -0000 1.5 @@ -4,7 +4,7 @@ ifeq (1,$(configure_enable_s11n)) -SUBDIRS += s11n +SUBDIRS += toolbox s11n endif all: subdirs |