summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:50:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:50:34 (GMT)
commit06305cc1f8e14272596be1e1572b1d8ccb608aa7 (patch)
tree326afc1b067a3cd6d0886fd1205242721db9d69a /Makefile.in
parentc805970300d095b4a9ebe390f125c95430d3b80a (diff)
downloadblt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.zip
blt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.tar.gz
blt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.tar.bz2
add Config.sh
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 52d61da..ae9286a 100755
--- a/Makefile.in
+++ b/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
+CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tkbltConfig.sh
CLEANFILES = @CLEANFILES@
CPPFLAGS = @CPPFLAGS@
@@ -414,6 +414,7 @@ install-lib-binaries: binaries
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
fi
+ $(INSTALL_DATA) tkbltConfig.sh $(DESTDIR)$(libdir)
#========================================================================
# Install binary executables (e.g. .exe files and dependent .dll files)