Fix fail to build when building with introspection:

in debian/ubuntu, builddir != srcdir. This trigger an error
on introspection_files where srcdir is added to x11/*.c.
Indeed, srcdir is added again later:
$(addprefix $(srcdir)/,$(introspection_files))
making $(srcdir)/$(srcdir)/x11/*.c (not an issue on jhbuild as srcdir = .)
This commit is contained in:
Didier Roche 2010-05-21 09:00:55 +10:00 committed by Robert Ancell
parent ae8c4b8f7b
commit 6847407eda

View File

@ -198,7 +198,7 @@ introspection_files = \
$(gdk_c_sources) \
gdkenumtypes.c \
gdkenumtypes.h \
$(srcdir)/x11/*.c
x11/*.c
Gdk-3.0.gir: $(gdktargetlib) Makefile
Gdk_3_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf