mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
d5641e3e6b
Original commit message from CVS: * docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. * gst/bayer/Makefile.am: Add libgstvideo to the link. * gst/rtpmanager/Makefile.am: Fix link order, and move LIBS things to _LIBS
18 lines
285 B
Makefile
18 lines
285 B
Makefile
if ENABLE_PLUGIN_DOCS
|
|
PLUGIN_DOCS_DIRS = plugins
|
|
else
|
|
PLUGIN_DOCS_DIRS =
|
|
endif
|
|
|
|
if ENABLE_GTK_DOC
|
|
GTK_DOC_DIRS = $(PLUGINS_DOCS_DIRS)
|
|
else
|
|
GTK_DOC_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(GTK_DOC_DIRS)
|
|
DIST_SUBDIRS = plugins
|
|
|
|
EXTRA_DIST = \
|
|
random/ChangeLog-0.8 \
|
|
version.entities.in
|