[gnome-contacts: 34/35] Install gir to pkg local dir
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts: 34/35] Install gir to pkg local dir
- Date: Thu, 14 Feb 2013 21:13:11 +0000 (UTC)
commit 30689cced983b1ae4704c4fde65a8493823b0502
Author: William Jon McCann <jmccann redhat com>
Date: Thu Feb 14 14:57:25 2013 -0500
Install gir to pkg local dir
Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 503f29d..c680cf7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,11 @@ Egg_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0
Egg_1_0_gir_FILES = $(libegglistbox_la_SOURCES) $(libeggflowbox_la_SOURCES)
INTROSPECTION_GIRS += Egg-1.0.gir
-noinst_DATA = $(INTROSPECTION_GIRS)
+girdir= $(pkgdatadir)/gir-1.0
+typelibdir= $(pkglibdir)/girepository-1.0
+
+gir_DATA = $(INTROSPECTION_GIRS)
+typelib_DATA = $(gir_DATA:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
MAINTAINERCLEANFILES = $(srcdir)/Egg-1.0.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]