aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlecoanet2003-11-28 13:51:17 +0000
committerlecoanet2003-11-28 13:51:17 +0000
commit3182cf0c4c0b3b4520a1dbf1e9009d28360732f9 (patch)
treea2131d81b898bdb4bb62e72bdbc40049fbf3d0a3 /Makefile.in
parent302652737a90a111df5756d95c9f2bee16780422 (diff)
downloadtkzinc-3182cf0c4c0b3b4520a1dbf1e9009d28360732f9.zip
tkzinc-3182cf0c4c0b3b4520a1dbf1e9009d28360732f9.tar.gz
tkzinc-3182cf0c4c0b3b4520a1dbf1e9009d28360732f9.tar.bz2
tkzinc-3182cf0c4c0b3b4520a1dbf1e9009d28360732f9.tar.xz
* Corrected a bug in the making of the installed
pkgIndex. It lacked the line for loading TkZinc itself.
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)