aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 11:44:49 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 11:44:49 +0200
commit510c4a3ef1b5f8d5029fe73e2a43ed06edf6eea6 (patch)
tree5a00ea27aae9949d4dcfcec5d9aaf63a2ec54048 /Makefile.am
parente7e52c24f53cd3b4614d63f8f1adb7263d4ddd75 (diff)
command: move remaining handlers to OtherCommands.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ed284b50..6bc22944 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 \