[lasem] build: Do not dist gir_DATA
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] build: Do not dist gir_DATA
- Date: Mon, 7 May 2012 08:17:13 +0000 (UTC)
commit 0ffe2c7dcb58c0025a7b0ccaac114802dcb39e1e
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Mon May 7 10:16:32 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 e493a68..f47cbe4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -290,11 +290,11 @@ Lasem_ LASEM_API_VERSION_U@_gir_FILES = $(addprefix $(srcdir)/,$(introspection_f
INTROSPECTION_GIRS += Lasem- LASEM_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]