summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-02-08 07:39:40 +0100
committerMax Kellermann <max@musicpd.org>2017-02-08 09:06:11 +0100
commit09d87d5ef154ed082d3ff116c8cfd671ce771dee (patch)
treebb05bb1155b82be2305747a3d149f1735c6fdad9 /Makefile.am
parent2f3f075e4fc14e361179905cb15e366d366a4786 (diff)
command/Other: move some functions to ClientCommands.cxx
handle_tagtypes() is also being moved to ClientCommands.cxx, because that command will be extended to access client-specific settings.
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 24e1a3948..72628ce9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,6 +90,7 @@ libmpd_a_SOURCES = \
src/command/FileCommands.cxx src/command/FileCommands.hxx \
src/command/OutputCommands.cxx src/command/OutputCommands.hxx \
src/command/MessageCommands.cxx src/command/MessageCommands.hxx \
+ src/command/ClientCommands.cxx src/command/ClientCommands.hxx \
src/command/OtherCommands.cxx src/command/OtherCommands.hxx \
src/command/CommandListBuilder.cxx src/command/CommandListBuilder.hxx \
src/Idle.cxx src/Idle.hxx \