From 5adb54c97fb5a87a609584727285f742cd0e2f09 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 18 Mar 2014 18:41:40 +0000 Subject: build: Include $(top_builddir) Fixes compilation in cases where builddir != srcdir. --- json-glib/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'json-glib') diff --git a/json-glib/tests/Makefile.am b/json-glib/tests/Makefile.am index b0588d1..8f379ca 100644 --- a/json-glib/tests/Makefile.am +++ b/json-glib/tests/Makefile.am @@ -6,7 +6,9 @@ AM_CPPFLAGS = \ $(JSON_DEBUG_CFLAGS) \ -DG_LOG_DOMAIN=\"Json\" \ -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir)/json-glib \ + -I$(top_builddir)/json-glib \ $(NULL) dist_test_data = \ -- cgit v1.2.1