summaryrefslogtreecommitdiffstats
path: root/package/uci
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-26 22:41:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-26 22:41:17 +0000
commite9f893f67c2a1e2ac903c76db622e3a6368e0392 (patch)
tree978a97f5e04fd437e3a642e2d1452a393a56efdb /package/uci
parente7beb6900e40b869293171dfea046c65209b1b0d (diff)
uci: install libucimap to the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26309 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci')
-rw-r--r--package/uci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index c29b5ba35..233550e3b 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -78,6 +78,7 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/libucimap.a $(1)/usr/lib
endef
$(eval $(call BuildPackage,uci))