docs: Add proper libraries to GST_LIBS instead (-base)

This commit is contained in:
Руслан Ижбулатов 2012-08-06 17:28:06 +04:00 committed by Sebastian Dröge
parent 8f33ad80d0
commit f885829730

View file

@ -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)