summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortreectrl <treectrl>2008-02-24 20:28:28 (GMT)
committertreectrl <treectrl>2008-02-24 20:28:28 (GMT)
commitd6d99860a537a888dc180e8d0cd9db3e3b5a2107 (patch)
tree10a405ce685718491ad5e8e9e271062ae8a85909 /configure.ac
parent8cc084b70b8b075a7a5e6fb7306c0ca057e68a75 (diff)
downloadtktreectrl-d6d99860a537a888dc180e8d0cd9db3e3b5a2107.zip
tktreectrl-d6d99860a537a888dc180e8d0cd9db3e3b5a2107.tar.gz
tktreectrl-d6d99860a537a888dc180e8d0cd9db3e3b5a2107.tar.bz2
Removed *.manifest from CLEANFILES since it is created by configure and shouldn't be deleted by 'make clean'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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,