summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-10 12:04:48 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:02 -0200
commit248d4b16223f54244361bb6fb6eb7a47a1bc2931 (patch)
treeb6edd92c5e0e7ca9c1db26515c32a80b684cc36d /gdk-pixbuf
parent09362d6e348191f954359c5f9fd836096c6c9c2a (diff)
downloadgdk-pixbuf-248d4b16223f54244361bb6fb6eb7a47a1bc2931.tar.gz
Make sure dist check works with introspection
We need to prepend the srcdir to all variables passed into the scanner as it runs with srcdir != builddir during distcheck.
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 5741c2c83..90346fe38 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -698,8 +698,8 @@ GdkPixbuf-2.0.gir: $(INTROSPECTION_SCANNER) libgdk_pixbuf-2.0.la Makefile
--library=libgdk_pixbuf-2.0.la \
--libtool="$(LIBTOOL)" \
--output $@ \
- $(libgdk_pixbufinclude_HEADERS) \
- $(libgdk_pixbuf_2_0_la_SOURCES)
+ $(addprefix $(srcdir)/,$(libgdk_pixbufinclude_HEADERS)) \
+ $(addprefix $(srcdir)/,$(libgdk_pixbuf_2_0_la_SOURCES))
BUILT_GIRSOURCES += GdkPixbuf-2.0.gir
girdir = $(datadir)/gir-1.0