summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
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 /sys/Makefile.am
parentb9814cd902144d17f6f9d54e8c00235e4fcaeed5 (diff)
downloadgstreamer-plugins-good-d756bab488f2f273442bf13b9c9c2f8c1bcb0def.tar.gz
build: build plugins and examples in parallel where possible
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r--sys/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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