From: nbd Date: Fri, 11 Feb 2011 02:11:12 +0000 (+0000) Subject: add missing chunk from the last commit X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=173883c72beaffc47ad2b8ee4d5db5a831c77ad6;p=openwrt.git add missing chunk from the last commit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25460 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 9743e8e256..808a1a0e68 100644 --- a/package/libubox/Makefile +++ b/package/libubox/Makefile @@ -34,7 +34,12 @@ TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include define Package/libubox/install $(INSTALL_DIR) $(1)/lib/ - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/lib/ + $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libubox.so $(1)/lib/ +endef + +define Package/libblobmsg-json/install + $(INSTALL_DIR) $(1)/lib/ + $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libblobmsg_json.so $(1)/lib/ endef $(eval $(call BuildPackage,libubox))