summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-08 02:48:54 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-08 02:48:54 +0000
commit4de96f3a8e58fa385f72bbf7c88941e4e4942692 (patch)
treed40abb48312e7b00c16651c420e2efd773c440ea /tests/check/Makefile.am
parentd6e3e6d9c0fe39534930c647755c4219eb39f39f (diff)
downloadgst-plugins-bad-4de96f3a8e58fa385f72bbf7c88941e4e4942692.tar.gz
gst-plugins-bad-4de96f3a8e58fa385f72bbf7c88941e4e4942692.tar.bz2
gst-plugins-bad-4de96f3a8e58fa385f72bbf7c88941e4e4942692.zip
docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docs
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: Remove equalizer plugin docs * tests/check/Makefile.am: Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for other modules. * tests/check/elements/multifile.c: * tests/check/elements/rganalysis.c: * tests/check/elements/rglimiter.c: Fix compiler warnings from -Wall -Werror
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index fefbc854..fba6e109 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -79,7 +79,7 @@ noinst_HEADERS =
TESTS = $(check_PROGRAMS)
-AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
+AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) $(GST_OPTION_CFLAGS)
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)