aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 10:31:59 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 10:31:59 +0100
commit9a71845700e132b3e3fe5920aac24a5420c5d7b3 (patch)
treeafd196274fedad3bb456be2f0b6b8b25e676492b /Makefile.am
parent22f0a1547c86895b4284b5fdc63ab9c82f24a442 (diff)
downloadmpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.tar.gz
mpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.tar.xz
mpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.zip
crossfade: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
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 \