Branch: master

baa397f0 2016-09-08 11:31:05 Slávek Banko
Workaround for parallel build

Signed-off-by: Slávek Banko <slavek.banko@...>
M chalk/colorspaces/gray_u16/Makefile.am
M kplato/Makefile.am
diff --git a/chalk/colorspaces/gray_u16/Makefile.am b/chalk/colorspaces/gray_u16/Makefile.am
index ed39824..a168e5b 100644
--- a/chalk/colorspaces/gray_u16/Makefile.am
+++ b/chalk/colorspaces/gray_u16/Makefile.am
@@ -27,3 +27,4 @@
 
 SUBDIRS = .
 
+.NOTPARALLEL:
diff --git a/kplato/Makefile.am b/kplato/Makefile.am
index 9b38e95..96ea929 100644
--- a/kplato/Makefile.am
+++ b/kplato/Makefile.am
@@ -129,3 +129,5 @@
 kde_services_DATA = kplatopart.desktop
 
 include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL: