aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-14 18:46:30 +0100
committerMax Kellermann <max@duempel.org>2012-02-14 18:57:29 +0100
commitb8ed4200586db697edd051c7fc21b78c92d4255b (patch)
tree34af2df5aeac1d8cfc975764e5941cd3fa9a120d /Makefile.am
parented16ee30290562f6c78ed845b4c619c4c833614b (diff)
downloadmpd-b8ed4200586db697edd051c7fc21b78c92d4255b.tar.gz
mpd-b8ed4200586db697edd051c7fc21b78c92d4255b.tar.xz
mpd-b8ed4200586db697edd051c7fc21b78c92d4255b.zip
command: move functions to protocol/result.c
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 e113e8b61..915aa18cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -233,6 +233,7 @@ src_mpd_SOURCES = \
src/audio_check.c \
src/audio_format.c \
src/audio_parser.c \
+ src/protocol/result.c src/protocol/result.h \
src/command.c \
src/idle.c \
src/cmdline.c \