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-03-24 12:15:49 +01:00 committed by Javier Jardón
parent 75e48d68bc
commit 8a6f6b5421

View File

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