aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4d6f6ae..9ed300b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ install-lib-binaries:
# Construct a full pkgIndex in the installation directory
(cd $(DESTDIR)$(pkglibdir); \
(echo package require Tk \; pkg_mkIndex -load Tk . \
- $(RUNTIME_SOURCES) \; exit;) | $(TCLSH))
+ $(RUNTIME_SOURCES) $($(PACKAGE)_LIB_FILE) \; exit;) | $(TCLSH))
#========================================================================
# Install binary executables (e.g. .exe files and dependent .dll files)