commit 5a142b9359730f8519e7aedb7646c5951f86dec9
parent 7a10a5840c4511fbe72799f07a8915484106564b
Author: champtar <champetier.etienne@gmail.com>
Date: Mon, 13 Jun 2016 11:28:07 +0200
Merge pull request #2829 from miska/knot
knot: Install more development files
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