[boilerplate] Prefer top_builddir to top_srcdir

This may fix some build problems the Ubuntu guys are experiencing
with out-of-tree builds.
This commit is contained in:
Behdad Esfahbod 2007-03-13 04:56:54 -04:00
parent 2894ed19a3
commit 994dd1a134

View file

@ -39,6 +39,6 @@ INCLUDES = \
-D_GNU_SOURCE \
-I$(srcdir) \
-I$(top_srcdir)/pixman/src \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
$(CAIRO_CFLAGS)