From 890042bc927d3ccb561b4814ae2befee7ecdd2d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 30 Mar 2010 12:33:01 +0100 Subject: [PATCH] build: build examples subdirectories in parallel if requested --- common | 2 +- tests/examples/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common b/common index c1d07dd..fdf023d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d +Subproject commit fdf023d098bba16d6d13395b8347686f2a2765a2 diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 1fcd08b..25b9063 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 -- 2.7.4