From 58eb4da5c52f0847846368b5df4583080459a798 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sat, 23 Apr 2011 19:26:56 -0400 Subject: [PATCH] Fix build broken by previous commit Signed-off-by: David Zeuthen --- gio/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index ac4e855cd..9d878c335 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -g \ $(gio_INCLUDES) \ $(GLIB_DEBUG_FLAGS) \ + -I$(top_builddir)/gio \ -DSRCDIR=\""$(srcdir)"\" noinst_PROGRAMS = $(TEST_PROGS) $(SAMPLE_PROGS)