diff options
author | midipix <writeonce@midipix.org> | 2025-05-23 20:37:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-23 20:48:09 +0000 |
commit | ebadfdf9feedc37c3534856a2f1606e14f4c6f73 (patch) | |
tree | 77896e276a219f3650f91152e425a2928fa47265 /project | |
parent | ec41e884c11070f04ef1ff52c6a19ea04e5883b8 (diff) | |
download | slibtool-ebadfdf9feedc37c3534856a2f1606e14f4c6f73.tar.bz2 slibtool-ebadfdf9feedc37c3534856a2f1606e14f4c6f73.tar.xz |
slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR.
Diffstat (limited to 'project')
-rw-r--r-- | project/extras.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/extras.mk b/project/extras.mk index 1a7c872..674da1e 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -111,5 +111,7 @@ install-slibtoolize: cp -p $(SOURCE_DIR)/aux/ltmain.sh $(DESTDIR)$(DATADIR)/$(PACKAGE) cp -p $(SOURCE_DIR)/aux/slibtool.sh $(DESTDIR)$(DATADIR)/$(PACKAGE) cp -p $(SOURCE_DIR)/aux/ar-lib $(DESTDIR)$(DATADIR)/$(PACKAGE) + cp -p $(SOURCE_DIR)/aux/sltdl.h.in $(DESTDIR)$(DATADIR)/$(PACKAGE) + cp -p $(SOURCE_DIR)/aux/sltdl.mk.in $(DESTDIR)$(DATADIR)/$(PACKAGE) .PHONY: install-slibtoolize |