diff options
author | Max Kellermann <max@duempel.org> | 2012-02-14 18:46:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-14 18:57:29 +0100 |
commit | b8ed4200586db697edd051c7fc21b78c92d4255b (patch) | |
tree | 34af2df5aeac1d8cfc975764e5941cd3fa9a120d /Makefile.am | |
parent | ed16ee30290562f6c78ed845b4c619c4c833614b (diff) | |
download | mpd-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.am | 1 |
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 \ |