summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-06-07 16:28:43 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-06-07 16:30:07 +0200
commit02c75e52d69c54b54e9069a13cc6f5cbdb6e811f (patch)
treec2cbf78954f49d4cbe3019f0e15e467b9f637b9f /docs
parentdd181ee25f569d56ccd3af62be84412934cb7fe7 (diff)
docs: only add the libs that we actually document right now
Keep the libs in alphabetical order unless a specific link order is required. Also remove the -L directives as we specify the direct path to the .la files.
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index 967e3c88d..b634d928a 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -52,15 +52,9 @@ extra_files =
GTKDOC_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la \
- $(top_builddir)/gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-@GST_API_VERSION@.la \
- $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/insertbin/libgstinsertbin-@GST_API_VERSION@.la \
- $(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)