aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-02 22:31:02 +0200
committerMax Kellermann <max@duempel.org>2014-05-24 14:36:28 +0200
commitfbafb19657f3337a4d0d5e4783cd91ad0c2963aa (patch)
tree5f61ccd2f3646f282e468ce2f8d1873463913802 /Makefile.am
parent6c4438d8a9ff12db9bb6323e128a69de6cd4e2b7 (diff)
downloadmpd-fbafb19657f3337a4d0d5e4783cd91ad0c2963aa.tar.gz
mpd-fbafb19657f3337a4d0d5e4783cd91ad0c2963aa.tar.xz
mpd-fbafb19657f3337a4d0d5e4783cd91ad0c2963aa.zip
input/curl: move code to AsyncInputStream
New base class for other InputStream implementations that run in the I/O 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 913d4bddd..2df5be262 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/AsyncInputStream.cxx src/input/AsyncInputStream.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