diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-02 23:56:42 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-02 23:56:42 +0000 |
commit | f20523412e737c2dfae92ba4b9bd86177fd018a0 (patch) | |
tree | 41c74e579f9b8e07c3506d9e9e282c8569b0a6a3 /json-glib/tests | |
parent | 7b72cad780fdeb42ac1d847210bd2022376f2875 (diff) | |
download | json-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.am | 2 |
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 |