summaryrefslogtreecommitdiff
path: root/docs/plugins/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-02-14 11:48:34 +0200
committerStefan Kost <ensonic@users.sf.net>2011-02-14 11:49:10 +0200
commiteb0d4f2b3f373044e979d4fc354a88b4e5445e3b (patch)
tree28e738c558c3af579014ce3c4ff2c7091c4384e8 /docs/plugins/Makefile.am
parent07f797bf39d9c1869a522c9f75e18b42ac0211a9 (diff)
downloadgstreamer-plugins-bad-eb0d4f2b3f373044e979d4fc354a88b4e5445e3b.tar.gz
docs: add rsvg plugin to the docs
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r--docs/plugins/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 63719918f..f14817762 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -69,7 +69,7 @@ SCANOBJ_DEPS = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la
# Header files to ignore when scanning.
-IGNORE_HFILES =
+IGNORE_HFILES =
IGNORE_CFILES =
# we add all .h files of elements that have signals/args we want
@@ -83,7 +83,7 @@ IGNORE_CFILES =
# -> it just works (TM) (ensonic)
# FIXME: not ported yet
-# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c
+# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c
# example code that needs to be converted to xml and placed in xml/
EXAMPLE_CFILES = \
@@ -124,6 +124,8 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/opencv/gstpyramidsegment.h \
$(top_srcdir)/ext/opencv/gsttemplatematch.h \
$(top_srcdir)/ext/opencv/gsttextwrite.h \
+ $(top_srcdir)/ext/rsvg/gstrsvgdec.h \
+ $(top_srcdir)/ext/rsvg/gstrsvgoverlay.h \
$(top_srcdir)/ext/sdl/sdlaudiosink.h \
$(top_srcdir)/ext/sdl/sdlvideosink.h \
$(top_srcdir)/ext/theora/theoradec.h \