1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-25 09:07:42 +02:00

Merge pull request #2829 from miska/knot

knot: Install more development files
This commit is contained in:
champtar 2016-06-13 11:28:07 +02:00 committed by GitHub
commit 5a142b9359

View File

@ -172,6 +172,12 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/libknot
$(CP) $(PKG_INSTALL_DIR)/usr/include/libknot/* $(1)/usr/include/libknot/
$(INSTALL_DIR) $(1)/usr/include/dnssec
$(CP) $(PKG_INSTALL_DIR)/usr/include/dnssec/* $(1)/usr/include/dnssec/
$(INSTALL_DIR) $(1)/usr/include/zscanner
$(CP) $(PKG_INSTALL_DIR)/usr/include/zscanner/* $(1)/usr/include/zscanner/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc $(1)/usr/lib/pkgconfig/
endef