summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2012-08-06 17:28:06 +0400
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 10:41:32 +0200
commitf8858297300c8787edd5f42de8883ff3c5295c71 (patch)
tree5bf3b815962362e200ff1326e6409b07f54d9c8a /docs
parent8f33ad80d0ae70c700a667b7ab08cc4ccd157232 (diff)
docs: Add proper libraries to GST_LIBS instead (-base)
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index f362943da..eb7dac5c6 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -66,7 +66,8 @@ GTKDOC_LIBS = \
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
- $(GST_BASE_LIBS)
+ $(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la \
+ $(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)