From 12ffc7f5e48102a3ad069b09fe80c4607206686b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Sat, 11 Apr 2015 04:20:43 +0000 Subject: [PATCH] Add adaptivedemux, badvideo and badbase to the link-list for the docscanner https://bugzilla.gnome.org/show_bug.cgi?id=747697 --- docs/libs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 5c6c919a36..967e3c88d4 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)