[gnome-menus] [build] Do not dist gir_DATA
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-menus] [build] Do not dist gir_DATA
- Date: Tue, 22 Jun 2010 01:58:11 +0000 (UTC)
commit 320453668ea791f1d7c9f11d84363bfbae63fb25
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date: Tue Jun 15 23:00:19 2010 -0500
[build] Do not dist gir_DATA
GIR files contain a shared-library attribute which varies per platform,
and therefore must not be disted; see bug 621611 for rationale.
https://bugzilla.gnome.org/show_bug.cgi?id=621724
libmenu/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libmenu/Makefile.am b/libmenu/Makefile.am
index 133fa9c..7ffbdfb 100644
--- a/libmenu/Makefile.am
+++ b/libmenu/Makefile.am
@@ -78,12 +78,12 @@ GMenu_2_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
INTROSPECTION_GIRS += GMenu-2.0.gir
girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
+CLEANFILES += $(gir_DATA) $(typelib_DATA)
endif
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]