From b999c5c8e279e5f0166f539caa55c860597b2f7a Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 21 Apr 2017 16:22:44 -0400 Subject: minor config change --- tkwin/Makefile.in | 2 +- tkwin/configure | 1 + tkwin/configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tkwin/Makefile.in b/tkwin/Makefile.in index 50c8b82..91be23b 100644 --- a/tkwin/Makefile.in +++ b/tkwin/Makefile.in @@ -158,7 +158,7 @@ PKG_CFLAGS = @PKG_CFLAGS@ DEFS = @DEFS@ $(PKG_CFLAGS) # Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile -CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tkwinConfig.sh +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ diff --git a/tkwin/configure b/tkwin/configure index c4de16d..56789fe 100755 --- a/tkwin/configure +++ b/tkwin/configure @@ -5758,6 +5758,7 @@ done #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkwinConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/tkwin/configure.ac b/tkwin/configure.ac index 9ad75a4..f30cda3 100644 --- a/tkwin/configure.ac +++ b/tkwin/configure.ac @@ -97,6 +97,7 @@ TEA_ADD_TCL_SOURCES([]) #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkwinConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : -- cgit v0.12