summaryrefslogtreecommitdiffstats
path: root/openwrt/package/glib
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-04 13:12:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-04 13:12:46 +0000
commitdb06c4502d91c4d31e89159b77de17615930c867 (patch)
tree64255087cc501a0219e1612d1ecd06c1c744e035 /openwrt/package/glib
parent379792163730acc18419bf57ada87f582c33f821 (diff)
copy glibconfig-sysdeps.h to staging dir on glib compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/glib')
-rw-r--r--openwrt/package/glib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile
index 5f5babbca..c3a0e6a67 100644
--- a/openwrt/package/glib/Makefile
+++ b/openwrt/package/glib/Makefile
@@ -79,6 +79,7 @@ $(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(STAGING_DIR)" \
install
+ cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/
$(PKG_IPK): $(STAGING_DIR)/lib/libglib.so
mkdir -p $(PACKAGE_DIR)