mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 11:56:35 +00:00
e268ff1ba2
Sync to the Makefile.am from gst-plugin-base where it is done right. Fixes #725034
18 lines
334 B
Makefile
18 lines
334 B
Makefile
if ENABLE_GTK_DOC
|
||
if ENABLE_PLUGIN_DOCS
|
||
PLUGIN_DOCS_DIRS = plugins
|
||
else
|
||
PLUGIN_DOCS_DIRS =
|
||
endif
|
||
else
|
||
PLUGIN_DOCS_DIRS = plugins
|
||
endif
|
||
|
||
SUBDIRS = $(PLUGIN_DOCS_DIRS)
|
||
DIST_SUBDIRS = # plugins
|
||
|
||
EXTRA_DIST = \
|
||
version.entities.in
|
||
|
||
upload:
|
||
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
|