diff options
author | Max Kellermann <max@duempel.org> | 2016-03-10 09:27:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-10 20:32:43 +0100 |
commit | 5ffb82993ecf27ea1493771281d19f90fa73c46c (patch) | |
tree | 15dc9db438216f6c1f4b355b0127f783074845cb /Makefile.am | |
parent | 07add0bd91b4f772f2895cd201edc615101a7fc3 (diff) |
IdleMonitor: new class to replace GlobalEvents::IDLE
Use MaskMonitor to eliminate duplicate code.
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 1830acd67..7db4429cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ 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 \ |