aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-15 16:42:15 +0100
committerMax Kellermann <max@duempel.org>2014-03-16 10:26:40 +0100
commit88a0a48b030254e843e2d64651969ecfebc02540 (patch)
tree4c276d590a18d18088322aae9da9ca2d5f76c0d6 /Makefile.am
parentd51b90a880260f5f7942057f5f46367007944e4c (diff)
downloadmpd-88a0a48b030254e843e2d64651969ecfebc02540.tar.gz
mpd-88a0a48b030254e843e2d64651969ecfebc02540.tar.xz
mpd-88a0a48b030254e843e2d64651969ecfebc02540.zip
input/BufferedInputStream: new wrapper for moving plugin to thread
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 42b4169ec..cb98575b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1024,6 +1024,7 @@ libinput_a_SOURCES = \
src/input/InputStream.cxx src/input/InputStream.hxx \
src/input/InputPlugin.hxx \
src/input/TextInputStream.cxx src/input/TextInputStream.hxx \
+ src/input/ThreadInputStream.cxx src/input/ThreadInputStream.hxx \
src/input/plugins/RewindInputPlugin.cxx src/input/plugins/RewindInputPlugin.hxx \
src/input/plugins/FileInputPlugin.cxx src/input/plugins/FileInputPlugin.hxx