diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-21 18:30:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-21 18:30:58 +0000 |
commit | 83649d2841382afc421697ce0e45dfb16a6a612d (patch) | |
tree | 50fedacdd78d57b03fec2f65085aee7ed429521e /openwrt | |
parent | 32e15c03e0f2ffa905161f95a23348e83c69e071 (diff) |
copy libiptc.a to staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@700 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 401835379..2f12dbd1f 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -71,6 +71,7 @@ $(STAGING_DIR)/libipq/libipq.a: $(PKG_BUILD_DIR)/iptables libipq/libipq.a cp -a $(PKG_BUILD_DIR)/include/* $(STAGING_DIR)/include/ cp $(PKG_BUILD_DIR)/libipq/libipq.a $(STAGING_DIR)/lib/ + cp $(PKG_BUILD_DIR)/libiptc/libiptc.a $(STAGING_DIR)/lib/ $(PKG_IPT): $(PKG_BUILD_DIR)/iptables $(SCRIPT_DIR)/make-ipkg-dir.sh $(I_IPT) control/iptables.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) |