[vte/vte-next] introspection: Fix GIR and typelib installation paths
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next] introspection: Fix GIR and typelib installation paths
- Date: Mon, 31 Oct 2011 13:14:38 +0000 (UTC)
commit eccae3e28dfdbbc9f5e20ee95ca5c9ab0a76a57a
Author: Christian Persch <chpe gnome org>
Date: Mon Oct 31 14:14:13 2011 +0100
introspection: Fix GIR and typelib installation paths
https://bugzilla.gnome.org/show_bug.cgi?id=648183
src/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 98e26e4..34ff916 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -187,15 +187,15 @@ Vte_ VTE_API_VERSION_U@_gir_FILES = \
INTROSPECTION_GIRS += Vte-$(VTE_API_VERSION).gir
-girdir = $(INTROSPECTION_GIRDIR)
+girdir = $(datadir)/gir-1.0
nodist_gir_DATA = $(INTROSPECTION_GIRS)
-typelibdir = $(INTROSPECTION_TYPELIBDIR)
+typelibdir = $(libdir)/girepository-1.0
nodist_typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(nodist_gir_DATA) $(nodist_typelib_DATA)
-endif
+endif # HAVE_INTROSPECTION
# Misc unit tests and utilities
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]