aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-12 22:30:59 +0200
committerMax Kellermann <max@duempel.org>2009-10-12 22:30:59 +0200
commitdbb1e732b83645156ced0075444b1f309b66209c (patch)
treee8fcfe9b620f56e34340522d27fd244d17eba82f /Makefile.am
parent7ec503c4ec83f4ef86a816bba24635daa25c74b7 (diff)
downloadmpd-dbb1e732b83645156ced0075444b1f309b66209c.tar.gz
mpd-dbb1e732b83645156ced0075444b1f309b66209c.tar.xz
mpd-dbb1e732b83645156ced0075444b1f309b66209c.zip
text_input_stream: input_stream wrapper for reading text files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 \