diff options
author | Slávek Banko <[email protected]> | 2016-08-21 03:51:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-08-21 03:51:56 +0200 |
commit | 78184871438aaa075b3f8bad43b078015f864c23 (patch) | |
tree | f6a2e7cb062353c12b1db7305050b242e92cfc57 /noatun/app | |
parent | d3451bd278b20a39c083ee9306ff76220e289184 (diff) | |
download | tdemultimedia-78184871438aaa075b3f8bad43b078015f864c23.tar.gz tdemultimedia-78184871438aaa075b3f8bad43b078015f864c23.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noatun/app/Makefile.am b/noatun/app/Makefile.am index 3750e4b8..4e208279 100644 --- a/noatun/app/Makefile.am +++ b/noatun/app/Makefile.am @@ -9,3 +9,5 @@ bin_PROGRAMS = lib_LTLIBRARIES = METASOURCES = AUTO + +.NOTPARALLEL: |