diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-04-21 20:55:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-04-21 20:55:40 (GMT) |
commit | 7a0569a089e8d77004bca32aa5dff74edded9677 (patch) | |
tree | ea5f66a81639e471ce46389f3709456e4582852e /tkblt | |
parent | 34587ff49956ef8bea91e4938be7b2c6314a9f29 (diff) | |
parent | 2a767479174cfd2b6b5459a31cc3fcd64152bd61 (diff) | |
download | blt-7a0569a089e8d77004bca32aa5dff74edded9677.zip blt-7a0569a089e8d77004bca32aa5dff74edded9677.tar.gz blt-7a0569a089e8d77004bca32aa5dff74edded9677.tar.bz2 |
Merge commit '2a767479174cfd2b6b5459a31cc3fcd64152bd61'
Diffstat (limited to 'tkblt')
-rw-r--r-- | tkblt/Makefile.in | 2 | ||||
-rwxr-xr-x | tkblt/configure | 1 | ||||
-rw-r--r-- | tkblt/configure.ac | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/tkblt/Makefile.in b/tkblt/Makefile.in index 1bd12d6..8903162 100644 --- a/tkblt/Makefile.in +++ b/tkblt/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 tkbltConfig.sh +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ diff --git a/tkblt/configure b/tkblt/configure index 45a4576..1ac516e 100755 --- a/tkblt/configure +++ b/tkblt/configure @@ -5816,6 +5816,7 @@ src/tkbltDecls.h #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/tkblt/configure.ac b/tkblt/configure.ac index ea382d0..da04b23 100644 --- a/tkblt/configure.ac +++ b/tkblt/configure.ac @@ -145,6 +145,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl]) #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : |