summaryrefslogtreecommitdiff
path: root/docs/gst
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2012-08-06 16:33:57 +0400
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 10:42:44 +0200
commit2ec1ac8af03cc7f660b4242389c2a8d4a476f96a (patch)
treee14bd6ab3aecab876e27ed8576067b0f211e0511 /docs/gst
parent11ce044cc4d01079b4f6e1aa6cb10662c9a1e241 (diff)
docs: Make sure scanner gets required libraries
Diffstat (limited to 'docs/gst')
-rw-r--r--docs/gst/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am
index 23eac9f48..3202ef37c 100644
--- a/docs/gst/Makefile.am
+++ b/docs/gst/Makefile.am
@@ -67,7 +67,12 @@ extra_files = gst-universe.dot
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS)
-GTKDOC_LIBS = $(GST_OBJ_LIBS)
+GTKDOC_LIBS = $(GST_OBJ_LIBS) \
+ $(top_builddir)/gst/libgstreamer-@GST_API_VERSION@.la \
+ $(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la \
+ $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
+ $(top_builddir)/libs/gst/net/libgstnet-@GST_API_VERSION@.la
+
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)