diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 18:41:40 +0000 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 18:41:40 +0000 |
| commit | 5adb54c97fb5a87a609584727285f742cd0e2f09 (patch) | |
| tree | dcf70ce5e57f1abd68b880ed36e06900d46a3938 /json-glib | |
| parent | d3fcd43a73061a64dc5f8b7551c138849a32b719 (diff) | |
| download | json-glib-5adb54c97fb5a87a609584727285f742cd0e2f09.tar.gz | |
build: Include $(top_builddir)
Fixes compilation in cases where builddir != srcdir.
Diffstat (limited to 'json-glib')
| -rw-r--r-- | 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 = \ |
