From 8fded259d016273bb822385898af3ee6e968ff1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 23 Aug 2018 17:04:35 +0200 Subject: Workaround for parallel build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 4a12347b80ffc8dde81c77732e1e8f74ff7f1b9a) --- src/app/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/app/Makefile.am b/src/app/Makefile.am index 8babb28..0b26468 100644 --- a/src/app/Makefile.am +++ b/src/app/Makefile.am @@ -54,3 +54,5 @@ testvtabwidget_LDADD = \ $(LIB_TDEUTILS) $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPRINT) $(LIB_QT) \ $(LIBJPEG) testvtabwidget_LDFLAGS = $(all_libraries) $(LIB_QT) + +.NOTPARALLEL: -- cgit v1.2.1