diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 11:56:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 11:56:37 +0200 |
commit | f38dfd9231c8bcea413523a4b0d954f0c1859a9e (patch) | |
tree | d85bbe15b034a7577353b78389af8ab2b6a7d11d /Makefile.am | |
parent | 510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6 (diff) | |
download | mpd-f38dfd9231c8bcea413523a4b0d954f0c1859a9e.tar.gz mpd-f38dfd9231c8bcea413523a4b0d954f0c1859a9e.tar.xz mpd-f38dfd9231c8bcea413523a4b0d954f0c1859a9e.zip |
command: rename to AllCommands.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6bc229449..02ea9a3b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -235,7 +235,7 @@ src_mpd_SOURCES = \ src/protocol/argparser.c src/protocol/argparser.h \ src/protocol/result.c src/protocol/result.h \ src/CommandError.cxx src/CommandError.h \ - src/command.c \ + src/AllCommands.cxx \ src/QueueCommands.cxx src/QueueCommands.hxx \ src/PlayerCommands.cxx src/PlayerCommands.hxx \ src/PlaylistCommands.cxx src/PlaylistCommands.hxx \ |