[json-glib] build: Include $(top_builddir)



commit 5adb54c97fb5a87a609584727285f742cd0e2f09
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Mar 18 18:41:40 2014 +0000

    build: Include $(top_builddir)
    
    Fixes compilation in cases where builddir != srcdir.

 json-glib/tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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 = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]