From cf4d80fc655a399615529bdd27e0be284754c5ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 20 Oct 2013 13:10:54 +0200 Subject: command: convert command_return to to a strictly-typed enum --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 519748812..a766704c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,6 @@ src_mpd_LDADD = \ mpd_headers = \ src/check.h \ - src/command.h \ src/gerror.h \ src/TextInputStream.hxx \ src/AudioCompress/config.h \ @@ -79,6 +78,7 @@ src_mpd_SOURCES = \ src/protocol/Ack.cxx src/protocol/Ack.hxx \ src/protocol/ArgParser.cxx src/protocol/ArgParser.hxx \ src/protocol/Result.cxx src/protocol/Result.hxx \ + src/CommandResult.hxx \ src/CommandError.cxx src/CommandError.hxx \ src/AllCommands.cxx src/AllCommands.hxx \ src/QueueCommands.cxx src/QueueCommands.hxx \ -- cgit v1.2.3