iptables: install libxtables.so and libiptc.so into staging dir
SVN-Revision: 15550
This commit is contained in:
parent
029e43443b
commit
26f40c4bd4
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(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
|
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue