projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecfb55
)
copy missing headerfile
author
Jens Muecke
<jens@nons.de>
Mon, 14 May 2007 15:48:37 +0000
(15:48 +0000)
committer
Jens Muecke
<jens@nons.de>
Mon, 14 May 2007 15:48:37 +0000
(15:48 +0000)
SVN-Revision: 7225
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 4f0efda947a1d2423a4848e1e119f6536116840b..9801efc285d38b9e0030def3f1052a95301a0b7d 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-55,6
+55,7
@@
endef
define Build/InstallDev
mkdir -p $(STAGING_DIR)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/glib-2.0 $(STAGING_DIR)/usr/include/
+ $(CP) $(PKG_BUILD_DIR)/glibconfig.h $(STAGING_DIR)/usr/include/glib-2.0
mkdir -p $(STAGING_DIR)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libg* $(STAGING_DIR)/usr/lib/
endef