From b1b01bcc6c91e07300385e08fe55aef593cb884a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 4 Apr 2005 13:12:46 +0000
Subject: copy glibconfig-sysdeps.h to staging dir on glib compile

SVN-Revision: 554
---
 openwrt/package/glib/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'openwrt/package/glib/Makefile')

diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile
index 5f5babb..c3a0e6a 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)
-- 
cgit v1.1