diff options
author | Max Kellermann <max@duempel.org> | 2013-08-10 19:32:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-10 19:32:41 +0200 |
commit | 7f0ce4e94e0b2366b1422a6864393eb37a64d546 (patch) | |
tree | 229f854a4462e708b862cdd5acc2034ad3eb4936 /Makefile.am | |
parent | 5c48d3fbba0c7f7e7dbec7d2409938a57331ff11 (diff) | |
download | mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.gz mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.xz mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.zip |
ack.h: move to protocol/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a0aa115d5..a3e1b34f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,6 @@ src_mpd_LDADD = \ mpd_headers = \ src/check.h \ - src/ack.h \ src/command.h \ src/conf.h \ src/gerror.h \ @@ -94,6 +93,7 @@ src_mpd_SOURCES = \ src/CheckAudioFormat.cxx src/CheckAudioFormat.hxx \ src/AudioFormat.cxx src/AudioFormat.hxx \ src/AudioParser.cxx src/AudioParser.hxx \ + src/protocol/Ack.hxx \ src/protocol/ArgParser.cxx src/protocol/ArgParser.hxx \ src/protocol/Result.cxx src/protocol/Result.hxx \ src/CommandError.cxx src/CommandError.hxx \ |