From: Stephen D. <sd...@us...> - 2005-05-14 10:22:43
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29954 Modified Files: ChangeLog Log Message: Add new MODNAME and TCL Makefile variables which modules can use to specify a list of shared tcl files to install. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** ChangeLog 14 May 2005 05:39:29 -0000 1.69 --- ChangeLog 14 May 2005 10:22:31 -0000 1.70 *************** *** 1,2 **** --- 1,8 ---- + 2005-05-14 Stephen Deasey <sd...@us...> + + * include/Makefile.module.in: Add new MODNAME and TCL Makefile + variables which modules can use to specify a list of shared tcl + files to install. + 2005-05-13 Stephen Deasey <sd...@us...> |