From: Zoran V. <vas...@us...> - 2005-02-26 17:16:41
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28357/nsd Modified Files: Makefile Log Message: Added compliation directive for nsd/tclobjv.c Index: Makefile =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 16 Feb 2005 08:39:22 -0000 1.1.1.1 --- Makefile 26 Feb 2005 17:16:32 -0000 1.2 *************** *** 47,51 **** server.o set.o sock.o sockcallback.o str.o tclatclose.o \ tclcmds.o tclconf.o tclenv.o tclfile.o tclhttp.o tclimg.o \ ! tclinit.o tcljob.o tclmisc.o tclobj.o tclrequest.o tclresp.o \ tclsched.o tclset.o tclshare.o tclsock.o tclthread.o tclvar.o \ tclxkeylist.o unix.o url.o urlencode.o urlopen.o urlspace.o \ --- 47,51 ---- server.o set.o sock.o sockcallback.o str.o tclatclose.o \ tclcmds.o tclconf.o tclenv.o tclfile.o tclhttp.o tclimg.o \ ! tclinit.o tcljob.o tclmisc.o tclobj.o tclobjv.o tclrequest.o tclresp.o \ tclsched.o tclset.o tclshare.o tclsock.o tclthread.o tclvar.o \ tclxkeylist.o unix.o url.o urlencode.o urlopen.o urlspace.o \ |