[gnome-online-accounts] build: Don't hard code the paths to girdir and typelibdir



commit f66efaf970f674cec5650e231bcc7233bf642b0c
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]