diff options
author | Max Kellermann <max@duempel.org> | 2009-10-12 22:30:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-12 22:30:59 +0200 |
commit | dbb1e732b83645156ced0075444b1f309b66209c (patch) | |
tree | e8fcfe9b620f56e34340522d27fd244d17eba82f /Makefile.am | |
parent | 7ec503c4ec83f4ef86a816bba24635daa25c74b7 (diff) | |
download | mpd-dbb1e732b83645156ced0075444b1f309b66209c.tar.gz mpd-dbb1e732b83645156ced0075444b1f309b66209c.tar.xz mpd-dbb1e732b83645156ced0075444b1f309b66209c.zip |
text_input_stream: input_stream wrapper for reading text files
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ec5f6bac4..c2f0fcf60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,6 +88,7 @@ mpd_headers = \ src/input/curl_input_plugin.h \ src/input/lastfm_input_plugin.h \ src/input/mms_input_plugin.h \ + src/text_input_stream.h \ src/icy_server.h \ src/icy_metadata.h \ src/client.h \ @@ -271,6 +272,7 @@ src_mpd_SOURCES = \ src/tag_print.c \ src/tag_save.c \ src/tokenizer.c \ + src/text_input_stream.c \ src/strset.c \ src/uri.c \ src/utils.c \ |