summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-31 01:19:13 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 01:19:38 +0100
commit5955cfe37fbe81ca1b9c660254db3ecedc92827a (patch)
treed11921268e110bb66e562aac804c286d908d529e /gdk-pixbuf
parentc37c57528c674795c8c17d1549b57121e5e2d126 (diff)
downloadgtk+-5955cfe37fbe81ca1b9c660254db3ecedc92827a.tar.gz
Fix build with system install of introspection
Or redo it properly and remove previous hack by Matthias.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 4384372c6f..7c2407b78d 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -700,10 +700,10 @@ GdkPixbuf_2_0_gir_FILES = \
$(addprefix $(srcdir)/,$(libgdk_pixbuf_2_0_la_SOURCES))
INTROSPECTION_GIRS += GdkPixbuf-2.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)