aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 19:32:41 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 19:32:41 +0200
commit7f0ce4e94e0b2366b1422a6864393eb37a64d546 (patch)
tree229f854a4462e708b862cdd5acc2034ad3eb4936 /Makefile.am
parent5c48d3fbba0c7f7e7dbec7d2409938a57331ff11 (diff)
downloadmpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.gz
mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.xz
mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.zip
ack.h: move to protocol/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 \