summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-30 12:33:01 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-30 12:35:05 +0100
commit890042bc927d3ccb561b4814ae2befee7ecdd2d8 (patch)
tree8cbe506caed966d11d731343b08bdb16d2a5f957
parent7558fed51bb63f1cf18367356c5de4b392c1ad68 (diff)
build: build examples subdirectories in parallel if requested
m---------common0
-rw-r--r--tests/examples/Makefile.am2
2 files changed, 2 insertions, 0 deletions
diff --git a/common b/common
-Subproject c1d07dd16cdb95e2cc83ced327d33cebab0fcf3
+Subproject fdf023d098bba16d6d13395b8347686f2a2765a
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index 1fcd08bdf7..25b9063e36 100644
--- a/tests/examples/Makefile.am
+++ b/tests/examples/Makefile.am
@@ -49,3 +49,5 @@ SUBDIRS = \
$(GST_LOADSAVE_DIRS)
DIST_SUBDIRS = $(always_dirs) adapter xml typefind launch
+
+include $(top_srcdir)/common/parallel-subdirs.mak