summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 2ae03d6..afec9fb 100644
--- a/configure
+++ b/configure
@@ -7255,7 +7255,7 @@ if test "${TEA_PLATFORM}" = "windows" ; then
#define BUILD_treectrl 1
_ACEOF
- CLEANFILES="pkgIndex.tcl *.manifest *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
+ CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
vars="gdi32.lib user32.lib"
for i in $vars; do
diff --git a/configure.ac b/configure.ac
index 7e2e093..d63096e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.ac,v 1.24 2008/02/22 20:17:33 hobbs2 Exp $
+# RCS: @(#) $Id: configure.ac,v 1.25 2008/02/24 20:28:28 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -121,7 +121,7 @@ OUTPUTFILES=Makefile
if test "${TEA_PLATFORM}" = "windows" ; then
AC_DEFINE(BUILD_treectrl)
- CLEANFILES="pkgIndex.tcl *.manifest *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
+ CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
TEA_ADD_LIBS([gdi32.lib user32.lib])
AC_ARG_ENABLE(shellicon,