aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
commit1e0ea57dc4a75f846dc417996a3ec7bd18112098 (patch)
tree2a3171bfb7d7aa02d24d0474f16886be768fa417 /Makefile.am
parent70b87f2eb620bdf1d7e07141914feb2316794fb3 (diff)
downloadmpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.gz
mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.xz
mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.zip
cmdline: 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 c0d59d806..e37b6369e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,6 @@ mpd_headers = \
src/filter/volume_filter_plugin.h \
src/command.h \
src/idle.h \
- src/cmdline.h \
src/conf.h \
src/crossfade.h \
src/decoder_control.h \
@@ -202,7 +201,7 @@ src_mpd_SOURCES = \
src/MessageCommands.cxx src/MessageCommands.hxx \
src/OtherCommands.cxx src/OtherCommands.hxx \
src/idle.c \
- src/cmdline.c \
+ src/CommandLine.cxx src/CommandLine.hxx \
src/conf.c \
src/crossfade.c \
src/cue/cue_parser.c src/cue/cue_parser.h \