summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-29 11:00:04 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-29 11:00:57 +0100
commitd756bab488f2f273442bf13b9c9c2f8c1bcb0def (patch)
treed4bd6f1f4e9821c10f6c0b084acc0b831bf79c96
parentb9814cd902144d17f6f9d54e8c00235e4fcaeed5 (diff)
build: build plugins and examples in parallel where possible
m---------common0
-rw-r--r--ext/Makefile.am2
-rw-r--r--gst/Makefile.am2
-rw-r--r--sys/Makefile.am2
-rw-r--r--tests/examples/Makefile.am2
5 files changed, 8 insertions, 0 deletions
diff --git a/common b/common
-Subproject c1d07dd16cdb95e2cc83ced327d33cebab0fcf3
+Subproject ba33d1f3cf0b9143963f13dd1ea05c93b1db886
diff --git a/ext/Makefile.am b/ext/Makefile.am
index bc9279f0b..1dc2e2abc 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -168,3 +168,5 @@ DIST_SUBDIRS = \
speex \
taglib \
wavpack
+
+include $(top_srcdir)/common/parallel-subdirs.mak
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 93522195d..f25a56d9c 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = $(GST_PLUGINS_SELECTED)
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
+
+include $(top_srcdir)/common/parallel-subdirs.mak
diff --git a/sys/Makefile.am b/sys/Makefile.am
index ee72a6e16..535f581b0 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -73,3 +73,5 @@ endif
SUBDIRS=$(DIRECTSOUND_DIR) $(OSS_DIR) $(OSX_AUDIO_DIR) $(OSX_VIDEO_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR)
DIST_SUBDIRS=directsound oss osxaudio osxvideo sunaudio v4l2 waveform ximage
+
+include $(top_srcdir)/common/parallel-subdirs.mak
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index 2501e681c..a655b2d62 100644
--- a/tests/examples/Makefile.am
+++ b/tests/examples/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
DIST_SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
+
+include $(top_srcdir)/common/parallel-subdirs.mak