build: build plugins in parallel where possible, if make -jN is used
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 23:36:38 +0000 (00:36 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Mar 2010 00:18:50 +0000 (01:18 +0100)
common
ext/Makefile.am
gst/Makefile.am

diff --git a/common b/common
index c1d07dd..fdf023d 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
+Subproject commit fdf023d098bba16d6d13395b8347686f2a2765a2
index 5eaf106..e34480d 100644 (file)
@@ -89,3 +89,5 @@ DIST_SUBDIRS = \
        sidplay \
        twolame \
        x264
+
+include $(top_srcdir)/common/parallel-subdirs.mak
index 9cf3df8..db96293 100644 (file)
@@ -1,2 +1,4 @@
 SUBDIRS=$(GST_PLUGINS_SELECTED)
 DIST_SUBDIRS=$(GST_PLUGINS_ALL)
+
+include $(top_srcdir)/common/parallel-subdirs.mak