summaryrefslogtreecommitdiff
path: root/docs/libs
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2015-04-11 04:20:43 +0000
committerSebastian Dröge <sebastian@centricular.com>2015-04-15 13:05:52 +0200
commit12ffc7f5e48102a3ad069b09fe80c4607206686b (patch)
treed3d19c085cb89efe51dfe6c16a96d3d6475bcc56 /docs/libs
parentd1120c591cd5848b05b8b882f8f605e7e82af791 (diff)
downloadgstreamer-plugins-bad-12ffc7f5e48102a3ad069b09fe80c4607206686b.tar.gz
Add adaptivedemux, badvideo and badbase to the link-list for the docscanner
https://bugzilla.gnome.org/show_bug.cgi?id=747697
Diffstat (limited to 'docs/libs')
-rw-r--r--docs/libs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index 5c6c919a3..967e3c88d 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -58,6 +58,9 @@ GTKDOC_LIBS = \
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/mpegts/libgstmpegts-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
+ -L$(top_builddir)/gst-libs/gst/adaptivedemux/.libs \
+ -L$(top_builddir)/gst-libs/gst/video/.libs \
+ -L$(top_builddir)/gst-libs/gst/base/.libs \
$(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)