From 5e7df8bf1473e3ea699dc7b31e1b487e08b17c36 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 8 Apr 2013 10:16:58 -0400 Subject: [PATCH] build: Fix srcdir != builddir --- gtk/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am index c7bd43a003..0bbd4f5197 100644 --- a/gtk/tests/Makefile.am +++ b/gtk/tests/Makefile.am @@ -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)