summaryrefslogtreecommitdiff
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebrn@axis.com>2012-04-25 19:46:53 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-12 11:59:01 +0100
commit3f20bbdcf4b437bf63a7426a5deac45a3c8267d7 (patch)
tree592f435990f3f56244be83ab2b2fa3733d495f75 /tests/check/Makefile.am
parent766dd8bb717b1ba5317fbd2c5d7860d6beb34834 (diff)
downloadgstreamer-plugins-bad-3f20bbdcf4b437bf63a7426a5deac45a3c8267d7.tar.gz
curl: new curlsmtpsink element
https://bugzilla.gnome.org/show_bug.cgi?id=653741
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index a5c1ca229..e4e6aa9a6 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -150,7 +150,8 @@ endif
if USE_CURL
check_curl = elements/curlhttpsink \
elements/curlfilesink \
- elements/curlftpsink
+ elements/curlftpsink \
+ elements/curlsmtpsink
else
check_curl =
endif