mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: Make sure scanner gets required libraries
This commit is contained in:
parent
11ce044cc4
commit
2ec1ac8af0
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue