summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent766dd8bb717b1ba5317fbd2c5d7860d6beb34834 (diff)
downloadgstreamer-plugins-bad-3f20bbdcf4b437bf63a7426a5deac45a3c8267d7.tar.gz
curl: new curlsmtpsink element
https://bugzilla.gnome.org/show_bug.cgi?id=653741
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 8f10bfc76..5a0978c89 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -61,16 +61,15 @@ IGNORE_CFILES =
EXAMPLE_CFILES = \
$(top_srcdir)/ext/directfb/dfb-example.c
-# $(top_srcdir)/ext/curl/gstcurlfilesink.h
-# $(top_srcdir)/ext/curl/gstcurlftpsink.h
-# $(top_srcdir)/ext/curl/gstcurlsmtpsink.h
-
EXTRA_HFILES = \
$(top_srcdir)/ext/assrender/gstassrender.h \
$(top_srcdir)/ext/celt/gstceltdec.h \
$(top_srcdir)/ext/celt/gstceltenc.h \
$(top_srcdir)/ext/curl/gstcurlbasesink.h \
+ $(top_srcdir)/ext/curl/gstcurlfilesink.h \
+ $(top_srcdir)/ext/curl/gstcurlftpsink.h \
$(top_srcdir)/ext/curl/gstcurlhttpsink.h \
+ $(top_srcdir)/ext/curl/gstcurlsmtpsink.h \
$(top_srcdir)/ext/curl/gstcurltlssink.h \
$(top_srcdir)/ext/dc1394/gstdc1394.h \
$(top_srcdir)/ext/directfb/dfbvideosink.h \