summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-31 00:25:49 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 00:25:49 +0100
commit2cefce7a868830849e5444603e804c1775a7aa05 (patch)
treefea43b79cb82a7b6d9c883ac24b8b8fc518e7603
parent34da3b4fa69df4fd70f40fea5f73ebc03e54a348 (diff)
downloadatk-2cefce7a868830849e5444603e804c1775a7aa05.tar.gz
Do not get the gir & typelib dirs from g-i
As it will break when have a system installed gobject introspection
-rw-r--r--atk/Makefile.am4
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)