From dbb1e732b83645156ced0075444b1f309b66209c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 12 Oct 2009 22:30:59 +0200 Subject: text_input_stream: input_stream wrapper for reading text files --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3