diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-08 19:37:09 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-08 19:37:09 +0000 |
commit | 37f27e26f349709a07261b4b8e1fec8fb2afe7cc (patch) | |
tree | 4aa723cf086c70e53923852215e7a79ab2a160bf | |
parent | 3b1628215a26c3549a9c0d56ff68626c20b8de68 (diff) | |
download | upstream-37f27e26f349709a07261b4b8e1fec8fb2afe7cc.tar.gz upstream-37f27e26f349709a07261b4b8e1fec8fb2afe7cc.tar.bz2 upstream-37f27e26f349709a07261b4b8e1fec8fb2afe7cc.zip |
uci: Install ucimap.h into the staging dir
SVN-Revision: 22536
-rw-r--r-- | package/uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index bf0107f777..925e42fd08 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -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 |