[gconf] Support custom installation prefixes for introspection data.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] Support custom installation prefixes for introspection data.
- Date: Tue, 20 Apr 2010 13:53:03 +0000 (UTC)
commit 4b2d6493fd24ec3cef2df2f6ad08571090e50562
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 20 15:43:52 2010 +0200
Support custom installation prefixes for introspection data.
gconf/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 1045b03..0ee1f07 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -136,13 +136,13 @@ GConf_2_0_gir_LIBS = libgconf-2.la
GConf_2_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
INTROSPECTION_GIRS += GConf-2.0.gir
-girdir = $(INTROSPECTION_GIRDIR)
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+girdir = $(datadir)/gir-1.0/
+gir_DATA = $(INTROSPECTION_GIRS)
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
+typelibsdir = $(libdir)/girepository-1.0/
typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(gir_DATA) $(typelibs_DATA)
endif
EXTRA_DIST=GConfX.idl default.path.in org.gnome.GConf.service.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]