diff options
author | Max Kellermann <max@duempel.org> | 2014-05-02 22:31:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-24 14:36:28 +0200 |
commit | fbafb19657f3337a4d0d5e4783cd91ad0c2963aa (patch) | |
tree | 5f61ccd2f3646f282e468ce2f8d1873463913802 /Makefile.am | |
parent | 6c4438d8a9ff12db9bb6323e128a69de6cd4e2b7 (diff) |
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.am | 1 |
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 |