From 9a71845700e132b3e3fe5920aac24a5420c5d7b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 10:31:59 +0100 Subject: crossfade: convert to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ea9a53bec..df402b038 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,6 @@ mpd_headers = \ src/command.h \ src/idle.h \ src/conf.h \ - src/crossfade.h \ src/decoder_plugin.h \ src/decoder_command.h \ src/decoder_buffer.h \ @@ -194,7 +193,7 @@ src_mpd_SOURCES = \ src/idle.c \ src/CommandLine.cxx src/CommandLine.hxx \ src/conf.c \ - src/crossfade.c \ + src/CrossFade.cxx src/CrossFade.hxx \ src/cue/cue_parser.c src/cue/cue_parser.h \ src/decoder_error.h \ src/DecoderThread.cxx src/DecoderThread.hxx \ -- cgit v1.2.3