glib2: install glibconfig.h into /usr/include/glib-2.0 as well, its needed by gtypes...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Dec 2010 01:44:48 +0000 (01:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Dec 2010 01:44:48 +0000 (01:44 +0000)
SVN-Revision: 24829

libs/glib2/Makefile

index 5eccb24d5b627df2193dcd3e9ac40781fe889e7c..c92b44c658c30db1198aa0ce451506bf322183bc 100644 (file)
@@ -66,6 +66,9 @@ define Build/InstallDev
        $(CP) \
                $(PKG_INSTALL_DIR)/usr/include/glib-2.0 \
                $(1)/usr/include/
+       $(CP) \
+               $(PKG_INSTALL_DIR)/usr/lib/glib-2.0/include/*.h \
+               $(1)/usr/include/glib-2.0/
        $(CP) \
                $(PKG_INSTALL_DIR)/usr/include/gio-unix-2.0 \
                $(1)/usr/include/