diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 03:51:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 03:52:08 +0200 |
commit | fe23e76185ded7ed968bc7c0887a989f50a63dd4 (patch) | |
tree | 87d95310e0e86274d5b1f35c8c75316c0794741a /krec/Makefile.am | |
parent | b5c57bde8eb7597d81d12879f9663c61db60daea (diff) | |
download | tdemultimedia-fe23e76185ded7ed968bc7c0887a989f50a63dd4.tar.gz tdemultimedia-fe23e76185ded7ed968bc7c0887a989f50a63dd4.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 78184871438aaa075b3f8bad43b078015f864c23)
Diffstat (limited to 'krec/Makefile.am')
-rw-r--r-- | krec/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krec/Makefile.am b/krec/Makefile.am index f45884c9..a07b0772 100644 --- a/krec/Makefile.am +++ b/krec/Makefile.am @@ -97,3 +97,4 @@ kde_services_DATA=krec_exportwave.desktop krecord.lo: ../arts/gui/common/artsgui.h ../arts/modules/effects/artsmoduleseffects.h ../arts/modules/common/artsmodulescommon.h ../arts/midi/artsmidi.h ../arts/modules/synth/artsmodulessynth.h +.NOTPARALLEL: |