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>
This commit is contained in:
Michal Hrusecky 2016-06-09 15:40:59 +02:00
parent 4b0e0a378a
commit 95deaac503
No known key found for this signature in database
GPG Key ID: B2AA30A894729FB3
1 changed files with 6 additions and 0 deletions

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