install iptables devel headers into the staging dir
[openwrt.git] / package / iptables / Makefile
index 76014aa..862797e 100644 (file)
@@ -183,6 +183,7 @@ define Build/InstallDev
                KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
                DESTDIR="$(STAGING_DIR)" \
                install install-devel
+       $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
 endef
 
 define Build/UninstallDev