Skip to content

Commit

Permalink
Fix missing file pkgconfig.tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 4, 2024
1 parent 4812c94 commit 3b6473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Add a makefile recipe for generating documentation
* Add a smart cache feature
* Add README
* Fix missing file pkgconfig.tcl

2024-05-03 Konstantin Kushnir <[email protected]>
* Fix missed quotes in pages.test
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ install-lib-binaries: binaries
$(INSTALL_DATA) $(srcdir)/$$p "$(DESTDIR)$(pkglibdir)/$$destp"; \
fi; \
done
$(INSTALL_DATA) pkgconfig.tcl "$(DESTDIR)$(pkglibdir)"
@if test "x$(SHARED_BUILD)" = "x1"; then \
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
$(INSTALL_DATA) pkgIndex.tcl "$(DESTDIR)$(pkglibdir)"; \
Expand Down

0 comments on commit 3b6473d

Please sign in to comment.