X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fglib2%2FMakefile;h=750f631047eeb798fc20409de3289a4222936d2e;hp=36e4affc258d8eb86377ad11eb190f8240051859;hb=f7f59eb7a6eda9e418b8dd6d692ed08c8088d602;hpb=2cf9c5df9db0933721bdc17bb6c0bfb5475438de diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 36e4affc25..750f631047 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -78,6 +78,8 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libg{lib,module,object,thread}-2.0.{a,so*} $(1)/usr/lib/ mkdir -p $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/g{lib,module,module-no-export,object,thread}-2.0.pc $(1)/usr/lib/pkgconfig + mkdir -p $(1)/share/aclocal/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/aclocal/*.m4 $(STAGING_DIR_HOST)/share/aclocal/ endef define Package/glib2/install