summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-02 00:53:41 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-02 00:53:41 +0000
commitdf79c3c4cdb7fa7d3770e1695830abac071fc3f7 (patch)
tree6491e2ef8bbe5174943050a11730fe613937e3d0 /package/iptables
parent5e9bcc13ca9601f8c64993a34b31b8f0d4c7159c (diff)
[package] iptables: install libxtables.so and libiptc.so into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 8b0e5ca8d..ad5d62939 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -270,6 +270,8 @@ endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/.libs/libxtables.so* $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/libiptc/.libs/libiptc.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
endef