build: Fix srcdir != builddir

This commit is contained in:
Colin Walters 2013-04-08 10:16:58 -04:00
parent d90ddf85f6
commit 5e7df8bf14

View File

@ -6,6 +6,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gtk \
-I$(top_srcdir)/gtk \
-DSRCDIR=\""$(abs_srcdir)"\" \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)