commit 95deaac5031b3f1248c1f2f53799f1a8bdfa5462
parent 4b0e0a378a44acb98b73b97ab12b051fe16ca4f1
Author: Michal Hrusecky <michal.hrusecky@nic.cz>
Date: Thu, 9 Jun 2016 15:40:59 +0200
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>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/net/knot/Makefile b/net/knot/Makefile
@@ -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