diff options
author | Max Kellermann <max@duempel.org> | 2014-05-15 22:16:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-21 18:47:49 +0200 |
commit | 09b84c51ee1671e770062bf6148ad65afee6073a (patch) | |
tree | 7b9a6ae6908f3e9b8a2ee418bf2660a723eca824 /Makefile.am | |
parent | afe53997bf576ab1fdac3a055cebee48e07846d7 (diff) | |
download | mpd-09b84c51ee1671e770062bf6148ad65afee6073a.tar.gz mpd-09b84c51ee1671e770062bf6148ad65afee6073a.tar.xz mpd-09b84c51ee1671e770062bf6148ad65afee6073a.zip |
input/rewind: move code to class ProxyInputStream
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3eab3043e..b065eb539 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1032,6 +1032,7 @@ libinput_a_SOURCES = \ src/input/InputPlugin.hxx \ src/input/TextInputStream.cxx src/input/TextInputStream.hxx \ src/input/ThreadInputStream.cxx src/input/ThreadInputStream.hxx \ + src/input/ProxyInputStream.cxx src/input/ProxyInputStream.hxx \ src/input/plugins/RewindInputPlugin.cxx src/input/plugins/RewindInputPlugin.hxx \ src/input/plugins/FileInputPlugin.cxx src/input/plugins/FileInputPlugin.hxx |