diff options
author | François Andriot <francois.andriot@free.fr> | 2014-11-26 19:49:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-11-26 19:49:11 +0100 |
commit | 164caedef8bb5b252385a667330f1c9ae0d57015 (patch) | |
tree | 7158ccd77528763519fcd22df8a65f480f228b83 /Makefile.am.in | |
parent | 9f3f38046c3aba667347568cd53db32f1fe1a2b0 (diff) | |
download | tdemultimedia-164caedef8bb5b252385a667330f1c9ae0d57015.tar.gz tdemultimedia-164caedef8bb5b252385a667330f1c9ae0d57015.zip |
Fix build order to avoid FTBFS
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index aaccab85..648f5ea4 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -7,6 +7,7 @@ DISTCLEANFILES = inst-apps COMPILE_AFTER_arts = noatun krec akode_artsplugin COMPILE_AFTER_mpeglib = mpeglib_artsplug COMPILE_AFTER_libkcddb = kaudiocreator tdeioslave kscd +COMPILE_AFTER_kscd = kaudiocreator tdeioslave COMPILE_AFTER_akode = juk MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS |