summaryrefslogtreecommitdiffstats
path: root/kexi
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 /kexi
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 'kexi')
-rw-r--r--kexi/Makefile.am2
-rw-r--r--kexi/plugins/forms/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/kexi/Makefile.am b/kexi/Makefile.am
index 4b1a22b6..7c4e7295 100644
--- a/kexi/Makefile.am
+++ b/kexi/Makefile.am
@@ -74,4 +74,4 @@ DOXYGEN_EXCLUDE = 3rdparty kexidb/parser/sqlparser.h kexidb/drivers/odbc
include $(top_srcdir)/admin/Doxyfile.am
-
+.NOTPARALLEL:
diff --git a/kexi/plugins/forms/Makefile.am b/kexi/plugins/forms/Makefile.am
index a2046da9..aff5c467 100644
--- a/kexi/plugins/forms/Makefile.am
+++ b/kexi/plugins/forms/Makefile.am
@@ -68,3 +68,5 @@ METASOURCES = AUTO
include ../Makefile.common
noinst_HEADERS = kexidataprovider.h kexidbfactory.h \
kexiformpart.h kexiformscrollview.h kexiformview.h
+
+.NOTPARALLEL: