From 02c75e52d69c54b54e9069a13cc6f5cbdb6e811f Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 7 Jun 2015 16:28:43 +0200 Subject: [PATCH] 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. --- docs/libs/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 967e3c8..b634d92 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) -- 2.7.4