aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 08:36:52 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 13:01:38 +0100
commite86e77ad67f883111d50f0886204ad96c8d0f90b (patch)
treed3a6dfa79c2b3326020a4fcd9f3f335ba06ec280 /Makefile.am
parent3c4bb9ff4ed60297af0e63befabf37b50b9fe745 (diff)
downloadmpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.tar.gz
mpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.tar.xz
mpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.zip
idle: 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 6013f9434..f9cac402c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,6 @@ mpd_headers = \
src/filter/convert_filter_plugin.h \
src/filter/volume_filter_plugin.h \
src/command.h \
- src/idle.h \
src/conf.h \
src/decoder_plugin.h \
src/decoder_command.h \
@@ -185,7 +184,7 @@ src_mpd_SOURCES = \
src/OutputCommands.cxx src/OutputCommands.hxx \
src/MessageCommands.cxx src/MessageCommands.hxx \
src/OtherCommands.cxx src/OtherCommands.hxx \
- src/idle.c \
+ src/Idle.cxx src/Idle.hxx \
src/CommandLine.cxx src/CommandLine.hxx \
src/conf.c \
src/CrossFade.cxx src/CrossFade.hxx \