build: Remove maintainer flags from test build
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Mar 2012 12:34:48 +0000 (12:34 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Mar 2012 12:36:43 +0000 (12:36 +0000)
Part of the test infrastructure relies on relaxed build conditions, so
there's no point to enforce the anal retentive maintainer flags.

tests/conform/Makefile.am
tests/interactive/Makefile.am
tests/performance/Makefile.am

index 1b0f9ea..5d5cf3b 100644 (file)
@@ -155,7 +155,7 @@ test_conformance_CPPFLAGS = \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
        -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
 
-test_conformance_CFLAGS = -g $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
+test_conformance_CFLAGS = -g $(CLUTTER_CFLAGS)
 
 test_conformance_LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
 
index 9536300..e56ef11 100644 (file)
@@ -147,7 +147,7 @@ common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la
 noinst_PROGRAMS = test-interactive
 
 test_interactive_SOURCES = test-main.c test-unit-names.h $(UNIT_TESTS)
-test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
+test_interactive_CFLAGS = $(CLUTTER_CFLAGS)
 test_interactive_CPPFLAGS = \
        -DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
        -DG_DISABLE_SINGLE_INCLUDES \
index eb2b8b7..2c3f455 100644 (file)
@@ -20,7 +20,6 @@ LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
 
 AM_CFLAGS = \
        $(CLUTTER_CFLAGS) \
-       $(MAINTAINER_CFLAGS) \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DGLIB_DISABLE_DEPRECATION_WARNINGS \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \