diff options
author | Max Kellermann <max@duempel.org> | 2014-05-11 15:32:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-21 18:47:49 +0200 |
commit | a5d0300787137ec3509956f3ed3fdf0e8656eff6 (patch) | |
tree | 88159211e7a37482b9a422765b721cff3acfd73b /Makefile.am | |
parent | 09b84c51ee1671e770062bf6148ad65afee6073a (diff) | |
download | mpd-a5d0300787137ec3509956f3ed3fdf0e8656eff6.tar.gz mpd-a5d0300787137ec3509956f3ed3fdf0e8656eff6.tar.xz mpd-a5d0300787137ec3509956f3ed3fdf0e8656eff6.zip |
input/curl: move code to IcyInputStream
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 b065eb539..6124242ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1065,6 +1065,7 @@ endif 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/IcyMetaDataParser.cxx src/IcyMetaDataParser.hxx endif |