diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 11:44:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 11:44:49 +0200 |
commit | 510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6 (patch) | |
tree | 5a00ea27aae9949d4dcfcec5d9aaf63a2ec54048 /Makefile.am | |
parent | e7e52c24f53cd3b4614d63f8f1adb7263d4ddd75 (diff) | |
download | mpd-510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6.tar.gz mpd-510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6.tar.xz mpd-510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6.zip |
command: move remaining handlers to OtherCommands.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ed284b50a..6bc229449 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,6 +242,7 @@ src_mpd_SOURCES = \ src/DatabaseCommands.cxx src/DatabaseCommands.hxx \ src/OutputCommands.cxx src/OutputCommands.hxx \ src/MessageCommands.cxx src/MessageCommands.hxx \ + src/OtherCommands.cxx src/OtherCommands.hxx \ src/idle.c \ src/cmdline.c \ src/conf.c \ |