summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-29 00:22:20 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-29 00:26:59 +0100
commite1f38a685b805d8c43bf106e2f024e079dbf72bd (patch)
tree054758c5a3bbf9a9dc6e6917ccbba824e7b3bb12 /sys/Makefile.am
parent00aaae8189e2ce4b0276aa3dd57f22cd80cdfca6 (diff)
build: build plugin and example directories in parallel if make -jN is used
We know our plugins and examples are independent of each other, so may just as well build them in parallel. Makes the output a bit messy, but that shouldn't be a problem and can easily be avoided with make -j1.
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r--sys/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index cc10bd6da..8a0309a01 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -26,3 +26,4 @@ DIST_SUBDIRS = \
ximage \
xvimage
+include $(top_srcdir)/common/parallel-subdirs.mak