summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:30:54 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:30:54 +0000
commit8bc076ee6e45285d1c4908e2355dc1d51fc55b2b (patch)
tree6f5f1b0a65e438ed29f6628e5fbe3d198b7abea7 /tests
parentcbae7ff8be743b4b676fdfee68175070977bcfbb (diff)
Move soup plugin from -bad (Fixes: #523124)
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-soup.xml: * ext/Makefile.am: * tests/check/Makefile.am: Move soup plugin from -bad (Fixes: #523124)
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 2e687569..2d8a220e 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -32,6 +32,12 @@ else
check_gdkpixbuf =
endif
+if USE_SOUP
+check_soup = elements/souphttpsrc
+else
+check_soup =
+endif
+
if USE_SUNAUDIO
check_sunaudio = elements/sunaudio
else
@@ -82,6 +88,7 @@ check_PROGRAMS = \
elements/videofilter \
pipelines/simple-launch-lines \
$(check_gdkpixbuf) \
+ $(check_soup) \
$(check_sunaudio) \
$(check_taglib) \
$(check_wavpack)
@@ -120,6 +127,9 @@ elements_cmmlenc_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
elements_alphacolor_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+elements_souphttpsrc_CFLAGS = $(SOUP_CFLAGS) $(AM_CFLAGS)
+elements_souphttpsrc_LDADD = $(SOUP_LIBS) $(LDADD)
+
elements_sunaudio_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) \
$(AM_CFLAGS)