[gtksourceview] Do not dist gir_DATA
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Do not dist gir_DATA
- Date: Wed, 16 Jun 2010 10:12:34 +0000 (UTC)
commit 2a7770400a41d546f270cb66386db48f9bb30bcc
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date: Tue Jun 15 23:03:13 2010 -0500
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=621725
gtksourceview/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index 6276838..0b5dcd2 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -179,13 +179,13 @@ GtkSource_3_0_gir_INCLUDES = Gtk-3.0
GtkSource_3_0_gir_PACKAGES = gtksourceview-3.0
girdir = $(INTROSPECTION_GIRDIR)
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(INTROSPECTION_TYPELIBDIR)
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += \
- $(dist_gir_DATA) \
+ $(gir_DATA) \
$(typelib_DATA)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]