From: Andreas Kupries Date: Mon, 22 Nov 2004 18:55:40 +0000 (+0000) Subject: * Makefile.in (PKG_TCL_SOURCES): Added 'tkvfs.tcl' to the list of X-Git-Tag: vfs-1-4~79 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=00f65c8476af91c97d2200f3d44df9548de3bcf1;p=tclvfs * Makefile.in (PKG_TCL_SOURCES): Added 'tkvfs.tcl' to the list of installed files. It is listed in the package index, but was not installed. --- diff --git a/ChangeLog b/ChangeLog index d5098dd..462d44d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,18 @@ +2004-11-22 Andreas Kupries( + + * Makefile.in (PKG_TCL_SOURCES): Added 'tkvfs.tcl' to the list of + installed files. It is listed in the package index, but was not + installed. + 2004-09-28 Vince Darley * win/makefile.vc: some cleanup of makefile to allow compilation - with more than just VC++ 5.x. + with more than just VC++ 5.x. 2004-09-13 Vince Darley * generic/vfs.c: fix to crash if TclVfsAttr(Set|Get) are called - with a NULL interp for error reporting. [Bug 1022202] + with a NULL interp for error reporting. [Bug 1022202] 2004-08-05 Andreas Kupries diff --git a/Makefile.in b/Makefile.in index 7b36386..2dbf0ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,8 @@ PKG_TCL_SOURCES = @PKG_TCL_SOURCES@ \ ftpvfs.tcl httpvfs.tcl mk4vfs.tcl starkit.tcl \ tarvfs.tcl tclprocvfs.tcl testvfs.tcl \ vfsUrl.tcl vfsUtils.tcl vfslib.tcl \ - webdavvfs.tcl zipvfs.tcl tclIndex + webdavvfs.tcl zipvfs.tcl tclIndex \ + tkvfs.tcl #======================================================================== # This is a list of public header files to be installed, if any.