From 3182cf0c4c0b3b4520a1dbf1e9009d28360732f9 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 28 Nov 2003 13:51:17 +0000 Subject: * Corrected a bug in the making of the installed pkgIndex. It lacked the line for loading TkZinc itself. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.1