Browse Source

knot: Install more development files

Install more development files as those might be used by other software
depending on knot libraries. They are used for example by knot-resolver.

Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>
lilik-openwrt-22.03
Michal Hrusecky 8 years ago
parent
commit
95deaac503
No known key found for this signature in database GPG Key ID: B2AA30A894729FB3
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      net/knot/Makefile

+ 6
- 0
net/knot/Makefile 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


Loading…
Cancel
Save