[epiphany] Install introspection files in our own prefix, not g-i's
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Install introspection files in our own prefix, not g-i's
- Date: Tue, 18 May 2010 13:18:26 +0000 (UTC)
commit 088c3a656727a6229b82f739f4b54f07f9a4641c
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]