diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-19 14:42:04 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-19 14:42:04 +0100 |
commit | 36b93993cf1b6123e26f4f3468de465a892a5120 (patch) | |
tree | 9303f57025aa005b0f6bc4abe326f6c860251055 /Makefile.am | |
parent | ceffc5aa72699d83a99e7f080c6108b2cc40780e (diff) |
input/curl: wrap CURL* in new class CurlEasy
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 2b08c1f8e..44c70fb82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1276,6 +1276,7 @@ if ENABLE_CURL libinput_a_SOURCES += \ src/input/IcyInputStream.cxx src/input/IcyInputStream.hxx \ src/input/plugins/CurlInputPlugin.cxx src/input/plugins/CurlInputPlugin.hxx \ + src/lib/curl/Easy.hxx \ src/IcyMetaDataParser.cxx src/IcyMetaDataParser.hxx endif |