diff options
author | joye <joye> | 2013-09-10 19:15:01 (GMT) |
---|---|---|
committer | joye <joye> | 2013-09-10 19:15:01 (GMT) |
commit | d2d5654b7141082d48dc0ea1b3a066f664d64426 (patch) | |
tree | 25ef8b10aafc8f009e60e929435c7f962395a485 /configure.in | |
parent | 75d6fe14a8ec2e37acf6787432db00d55b2ef9ec (diff) | |
download | blt-d2d5654b7141082d48dc0ea1b3a066f664d64426.zip blt-d2d5654b7141082d48dc0ea1b3a066f664d64426.tar.gz blt-d2d5654b7141082d48dc0ea1b3a066f664d64426.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 58df377..55007f6 100755 --- a/configure.in +++ b/configure.in @@ -133,7 +133,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl library/bltGraph.pro]) # TEA_ADD_* any platform specific compiler/build info here. #-------------------------------------------------------------------- -#CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES pkgIndex.tcl config.status config.log Makefile" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : |