[package] iptables: install libxtables.so and libiptc.so into staging dir
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 May 2009 00:53:41 +0000 (00:53 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 May 2009 00:53:41 +0000 (00:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15550 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/iptables/Makefile

index 8b0e5ca..ad5d629 100644 (file)
@@ -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
 
This page took 0.028686 seconds and 4 git commands to generate.