[package] uci: Install ucimap.h into the staging dir
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Aug 2010 19:37:09 +0000 (19:37 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Aug 2010 19:37:09 +0000 (19:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22536 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/uci/Makefile

index bf0107f..925e42f 100644 (file)
@@ -104,7 +104,7 @@ endef
 
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include
-       $(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include
+       $(CP) $(PKG_BUILD_DIR)/uci{,_config,map}.h $(1)/usr/include
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
        $(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
This page took 0.026227 seconds and 4 git commands to generate.