summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:32:14 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:32:14 +0000
commit92bb41c8f8ec1ac0ab1fb44104b8201142c100b4 (patch)
treeb39e8ba425daa594cf8efdab3017261f11b2d411 /tests/check/Makefile.am
parentd5484250627113671bc82bd61bb9f5fa16df4258 (diff)
downloadgst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.tar.gz
gst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.tar.bz2
gst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.zip
Remove soup plugin that's moved to -good (#523124)
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-soup.xml: * ext/Makefile.am: * ext/soup/Makefile.am: * ext/soup/gstsouphttpsrc.c: * ext/soup/gstsouphttpsrc.h: * tests/check/Makefile.am: * tests/check/elements/souphttpsrc.c: * tests/check/test-cert.pem: * tests/check/test-key.pem: Remove soup plugin that's moved to -good (#523124)
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c2d880c7..aae45b7c 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -53,12 +53,6 @@ else
check_ofa =
endif
-if USE_SOUP
-check_soup = elements/souphttpsrc
-else
-check_soup =
-endif
-
if USE_TIMIDITY
check_timidity=elements/timidity
else
@@ -80,7 +74,6 @@ check_PROGRAMS = \
$(check_mplex) \
$(check_neon) \
$(check_ofa) \
- $(check_soup) \
$(check_timidity) \
elements/interleave \
elements/rganalysis \
@@ -99,5 +92,3 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_timidity_LDADD = $(GST_BASE_LIBS) $(LDADD)
-elements_souphttpsrc_CFLAGS = $(SOUP_CFLAGS) $(AM_CFLAGS)
-elements_souphttpsrc_LDADD = $(SOUP_LIBS) $(LDADD)