[json-glib] build: Enable maintainer flags when compiling tests



commit f20523412e737c2dfae92ba4b9bd86177fd018a0
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Jan 2 23:56:42 2010 +0000

    build: Enable maintainer flags when compiling tests
    
    The tests should be compiled under the same flags as the rest of the
    library.

 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



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