From 1e0ea57dc4a75f846dc417996a3ec7bd18112098 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 17:31:38 +0100 Subject: cmdline: 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 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 \ -- cgit v1.2.3