* Makefile.in (install-lib-binaries): use lib_BINARIES for the
binary install list. [Bug 1699827]
+ Install pkgIndex.tcl for static or shared build. [Bug 699176]
2008-11-20 Andreas Kupries <andreask@activestate.com>
$(INSTALL_DATA) $(srcdir)/library/$$p $(DESTDIR)$(pkglibdir)/$$p; \
fi; \
done
- @if test "x$(SHARED_BUILD)" = "x1"; then \
- echo " pkgIndex.tcl"; \
- $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
- fi
+ @echo "Installing pkgIndex.tcl in $(DESTDIR)$(pkglibdir)";
+ @$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir);
#========================================================================
# Install binary executables (e.g. .exe files)