[gnome-online-accounts/gnome-3-8] build: Don't hard code the paths to girdir and typelibdir
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-8] build: Don't hard code the paths to girdir and typelibdir
- Date: Mon, 10 Jun 2013 16:44:17 +0000 (UTC)
commit e61d1dde26a2ce0a8cb66ecdf810c73249b68dfc
Author: Álvaro Peña <alvaropg gmail com>
Date: Mon Jun 3 11:53:31 2013 +0200
build: Don't hard code the paths to girdir and typelibdir
Fixes: https://bugzilla.gnome.org/701500
src/goa/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goa/Makefile.am b/src/goa/Makefile.am
index 26d5d71..fb75e66 100644
--- a/src/goa/Makefile.am
+++ b/src/goa/Makefile.am
@@ -112,10 +112,10 @@ pkgconfig_DATA = goa-1.0.pc
# ----------------------------------------------------------------------------------------------------
if HAVE_INTROSPECTION
-girdir = $(INTROSPECTION_GIRDIR)
+girdir = $(datadir)/gir-1.0
gir_DATA = Goa-1.0.gir
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
+typelibsdir = $(libdir)/girepository-1.0
typelibs_DATA = Goa-1.0.typelib
Goa-1.0.gir: $(libgoa_1_0_la_SOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]