From d6d99860a537a888dc180e8d0cd9db3e3b5a2107 Mon Sep 17 00:00:00 2001 From: treectrl Date: Sun, 24 Feb 2008 20:28:28 +0000 Subject: Removed *.manifest from CLEANFILES since it is created by configure and shouldn't be deleted by 'make clean'. --- configure | 2 +- configure.ac | 4 ++-- 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, -- cgit v0.12