summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-21 22:14:09 +0100
committerMax Kellermann <max@musicpd.org>2016-11-21 22:14:09 +0100
commitb488204093d8fcabcb4a523da17f53276946888b (patch)
tree4dd880c8406c766b77597c4c38ceebad5f0ac708 /Makefile.am
parent322bfbaf57f6c7239abcbd907e1d1aafe573733a (diff)
decoder/API: move DecoderBridge methods to Bridge.cxx
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 e27e179fe..9fc58617c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,7 +99,6 @@ libmpd_a_SOURCES = \
src/decoder/DecoderThread.cxx src/decoder/DecoderThread.hxx \
src/decoder/DecoderCommand.hxx \
src/decoder/DecoderControl.cxx src/decoder/DecoderControl.hxx \
- src/decoder/DecoderAPI.cxx src/decoder/DecoderAPI.hxx \
src/decoder/Client.hxx \
src/decoder/DecoderPlugin.hxx \
src/decoder/Bridge.cxx src/decoder/Bridge.hxx \
@@ -934,6 +933,7 @@ endif
libdecoder_a_SOURCES = \
src/decoder/plugins/PcmDecoderPlugin.cxx \
src/decoder/plugins/PcmDecoderPlugin.hxx \
+ src/decoder/DecoderAPI.cxx src/decoder/DecoderAPI.hxx \
src/decoder/Reader.cxx src/decoder/Reader.hxx \
src/decoder/DecoderBuffer.cxx src/decoder/DecoderBuffer.hxx \
src/decoder/DecoderPlugin.cxx \