summaryrefslogtreecommitdiff
path: root/json-glib/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-01-02 23:56:42 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-01-02 23:56:42 +0000
commitf20523412e737c2dfae92ba4b9bd86177fd018a0 (patch)
tree41c74e579f9b8e07c3506d9e9e282c8569b0a6a3 /json-glib/tests
parent7b72cad780fdeb42ac1d847210bd2022376f2875 (diff)
downloadjson-glib-f20523412e737c2dfae92ba4b9bd86177fd018a0.tar.gz
build: Enable maintainer flags when compiling tests
The tests should be compiled under the same flags as the rest of the library.
Diffstat (limited to 'json-glib/tests')
-rw-r--r--json-glib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/tests/Makefile.am b/json-glib/tests/Makefile.am
index 3602e82..3fd3ce3 100644
--- a/json-glib/tests/Makefile.am
+++ b/json-glib/tests/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
$(NULL)
AM_CPPFLAGS = $(JSON_DEBUG_CFLAGS)
-AM_CFLAGS = -g $(JSON_CFLAGS)
+AM_CFLAGS = -g $(JSON_CFLAGS) $(MAINTAINER_CFLAGS)
noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd = $(top_builddir)/json-glib/libjson-glib-1.0.la