[aravis] build: Do not dist gir_DATA
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] build: Do not dist gir_DATA
- Date: Mon, 7 May 2012 08:15:15 +0000 (UTC)
commit a969e7b58e361e6632394b7a4335e768f712dd7e
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Mon May 7 10:13:48 2012 +0200
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.
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 44691ca..0539a29 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -197,12 +197,12 @@ Aravis_ ARAVIS_API_VERSION_U@_gir_FILES = $(addprefix $(srcdir)/,$(introspection
INTROSPECTION_GIRS += Aravis- ARAVIS_API_VERSION@.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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]