summaryrefslogtreecommitdiffstats
path: root/kugar
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-08-21 17:00:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-08-21 17:00:15 +0200
commita3814fe7ed9a0e00589137b194a4ebbfec75079b (patch)
treef5eacc1fdfcc8e8450e9978c2e6a4f51bf5056e1 /kugar
parent89d67a68679110bbe72db5d8661b9a1c44089031 (diff)
downloadkoffice-a3814fe7ed9a0e00589137b194a4ebbfec75079b.tar.gz
koffice-a3814fe7ed9a0e00589137b194a4ebbfec75079b.zip
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kugar')
-rw-r--r--kugar/kudesigner/Makefile.am1
-rw-r--r--kugar/part/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/kugar/kudesigner/Makefile.am b/kugar/kudesigner/Makefile.am
index 487e8c37..332fd50c 100644
--- a/kugar/kudesigner/Makefile.am
+++ b/kugar/kudesigner/Makefile.am
@@ -40,3 +40,4 @@ EXTRA_DIST = \
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DKPROPERTY_EXPORT=
+.NOTPARALLEL:
diff --git a/kugar/part/Makefile.am b/kugar/part/Makefile.am
index 5a7b5cba..cbeb16cf 100644
--- a/kugar/part/Makefile.am
+++ b/kugar/part/Makefile.am
@@ -33,3 +33,5 @@ kugar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
kugar_la_LIBADD = $(LIB_KOFFICECORE)
kde_services_DATA = kugarpart.desktop
+
+.NOTPARALLEL: