From: <sg...@us...> - 2003-09-27 22:40:16
|
Update of /cvsroot/libfunutil/libfunutil/lib In directory sc8-pr-cvs1:/tmp/cvs-serv8510/lib Modified Files: Makefile Log Message: added s11n subdir. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/lib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 29 Aug 2003 05:38:43 -0000 1.3 +++ Makefile 27 Sep 2003 22:40:02 -0000 1.4 @@ -1,7 +1,11 @@ +include toc.make + SUBDIRS = funUtil -include toc.make +ifeq (1,$(configure_enable_s11n)) +SUBDIRS += s11n +endif all: subdirs |