[atk] Do not get the gir & typelib dirs from g-i



commit 2cefce7a868830849e5444603e804c1775a7aa05
Author: Johan Dahlin <johan gnome org>
Date:   Thu Dec 31 00:25:49 2009 +0100

    Do not get the gir & typelib dirs from g-i
    
    As it will break when have a system installed gobject introspection

 atk/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atk/Makefile.am b/atk/Makefile.am
index fe9888a..2541b6f 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -156,10 +156,10 @@ Atk_1_0_gir_LIBS = libatk-1.0.la
 Atk_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources))
 INTROSPECTION_GIRS += Atk-1.0.gir
 
-girdir = $(INTROSPECTION_GIRDIR)
+girdir = $(datadir)/gir-1.0
 dist_gir_DATA = $(INTROSPECTION_GIRS)
 
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
+typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]