diff options
author | Max Kellermann <max@duempel.org> | 2016-03-10 20:31:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-10 22:38:10 +0100 |
commit | e2bc92d12847e5ee98a23d482731a91d4a180622 (patch) | |
tree | 44a65d8aeaa2babaffbcd8b1c16b16081d500913 /Makefile.am | |
parent | 5ffe3773d4a9b4726288b266725235d4c6f24b94 (diff) |
Instance: replace IdleMaskMonitor with CallMaskMonitor
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 09b325ca1..7d270a713 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,6 @@ libmpd_a_SOURCES = \ src/command/OtherCommands.cxx src/command/OtherCommands.hxx \ src/command/CommandListBuilder.cxx src/command/CommandListBuilder.hxx \ src/Idle.cxx src/Idle.hxx \ - src/IdleMaskMonitor.hxx \ src/IdleFlags.cxx src/IdleFlags.hxx \ src/decoder/DecoderError.cxx src/decoder/DecoderError.hxx \ src/decoder/DecoderThread.cxx src/decoder/DecoderThread.hxx \ |