[epiphany] Update the installation directory for .gir and .typelib files
- From: Iain Nicol <iainn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] Update the installation directory for .gir and .typelib files
- Date: Mon, 28 Dec 2009 15:16:29 +0000 (UTC)
commit b5e9878479d8823bf9a0a8059975746f95d6afc2
Author: Iain Nicol <iainn src gnome org>
Date: Sun Dec 27 22:21:04 2009 +0000
Update the installation directory for .gir and .typelib files
Bug #605574
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 725db9f..06ab300 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -358,10 +358,10 @@ Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILE
$(EPHY_GIR_H_FILES) \
$(EPHY_GIR_C_FILES)
-girdir = $(GIRDIR)
+girdir = $(INTROSPECTION_GIRDIR)
gir_DATA = Epiphany-$(EPIPHANY_API_VERSION).gir
-typelibsdir = $(GIRTYPELIBDIR)
+typelibsdir = $(INTROSPECTION_TYPELIBDIR)
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]