From: <sg...@us...> - 2003-10-14 04:35:10
|
Update of /cvsroot/libfunutil/libfunutil/lib In directory sc8-pr-cvs1:/tmp/cvs-serv16878/lib Modified Files: Makefile Log Message: moved s11n/toolbox in front of funUtil because some funUtil code will be serializable and will need the headers symlinked. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/lib/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 14 Oct 2003 03:11:17 -0000 1.5 +++ Makefile 14 Oct 2003 04:35:06 -0000 1.6 @@ -1,11 +1,11 @@ include toc.make -SUBDIRS = funUtil - ifeq (1,$(configure_enable_s11n)) SUBDIRS += toolbox s11n endif + +SUBDIRS = funUtil all: subdirs |