[epiphany/tmp-gnome-2-32: 4/31] Install introspection files in our own prefix, not g-i's
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/tmp-gnome-2-32: 4/31] Install introspection files in our own prefix, not g-i's
- Date: Fri, 20 Aug 2010 06:12:14 +0000 (UTC)
commit 2c3d13117164415bae582fc3e8f64211da607963
Author: Dan Winship <danw gnome org>
Date: Mon May 17 14:21:26 2010 -0400
Install introspection files in our own prefix, not g-i's
https://bugzilla.gnome.org/show_bug.cgi?id=618935
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 44823a6..e9d3715 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -360,10 +360,10 @@ Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILE
$(EPHY_GIR_H_FILES) \
$(EPHY_GIR_C_FILES)
-girdir = $(INTROSPECTION_GIRDIR)
+girdir = $(datadir)/gir-1.0
gir_DATA = Epiphany-$(EPIPHANY_API_VERSION).gir
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
+typelibsdir = $(libdir)/girepository-1.0
typelibs_DATA = Epiphany-$(EPIPHANY_API_VERSION).typelib
Epiphany-$(EPIPHANY_API_VERSION).typelib: Epiphany-$(EPIPHANY_API_VERSION).gir $(INTROSPECTION_COMPILER)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]