tee: Lock mutex before reading the removed flag of the pads
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 if ENABLE_PLUGIN_DOCS
3 PLUGIN_DOCS_DIRS = plugins
4 else
5 PLUGIN_DOCS_DIRS =
6 endif
7 else
8 PLUGIN_DOCS_DIRS = plugins
9 endif
10
11 BUILT_SOURCES = version.entities
12
13 SUBDIRS = gst libs $(PLUGIN_DOCS_DIRS)
14 DIST_SUBDIRS = gst libs plugins
15
16 EXTRA_DIST = version.entities.in list-ulink.xsl
17
18 upload:
19         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
20
21 libs: gst
22
23 include $(top_srcdir)/common/parallel-subdirs.mak