diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-02 00:53:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-02 00:53:41 +0000 |
commit | 26f40c4bd42be0a647da3645b6fdae4a852b9f73 (patch) | |
tree | 91fe830866b4e346a3838b4dc4348ed954b27ff5 /package/iptables/Makefile | |
parent | 029e43443b53207e388f9fe3ebfe4fdb8dd8a82b (diff) | |
download | upstream-26f40c4bd42be0a647da3645b6fdae4a852b9f73.tar.gz upstream-26f40c4bd42be0a647da3645b6fdae4a852b9f73.tar.bz2 upstream-26f40c4bd42be0a647da3645b6fdae4a852b9f73.zip |
iptables: install libxtables.so and libiptc.so into staging dir
SVN-Revision: 15550
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 8b0e5ca8d3..ad5d629390 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 |