From: Jens Muecke Date: Mon, 14 May 2007 15:48:37 +0000 (+0000) Subject: copy missing headerfile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a14d55cd5050bd8af9fa8fff2d2f786d5bca1037 copy missing headerfile SVN-Revision: 7225 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 4f0efda947..9801efc285 100644 --- 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