summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-31 00:27:38 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 00:27:38 +0100
commit0f0b9f963db52024f348359ce61c66bff6ce0531 (patch)
tree7a0b1249f0a5db884f6141948f116bcd2e87b3b0
parent5389aa2daacc6d41e1a2adeed24ca49f30d371ec (diff)
downloadpango-0f0b9f963db52024f348359ce61c66bff6ce0531.tar.gz
Do not get the gir and typelib dir for g-i
Since it breaks when using a system install of gobject-introspection
-rw-r--r--pango/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index fb05d0ba..cef644f1 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -523,10 +523,10 @@ pangocairo-$(PANGO_API_VERSION).lib: libpangocairo-$(PANGO_API_VERSION).la $(src
if HAVE_INTROSPECTION
-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)
endif # HAVE_INTROSPECTION