aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-14 22:01:55 +0200
committerMax Kellermann <max@duempel.org>2011-09-14 22:01:55 +0200
commitdd33317f459f7dad954cb9d155a93339fe6d163c (patch)
treec0313532f3da6c858552d538ab25bf02fd830cf6 /Makefile.am
parentc344d63fb38c5d5aec4ad11815762e7ba1a13a31 (diff)
downloadmpd-dd33317f459f7dad954cb9d155a93339fe6d163c.tar.gz
mpd-dd33317f459f7dad954cb9d155a93339fe6d163c.tar.xz
mpd-dd33317f459f7dad954cb9d155a93339fe6d163c.zip
input_stream: move input_stream_init(), _deinit() to _internal.c
Diffstat (limited to '')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b37799e2d..60aab2c5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -658,6 +658,7 @@ INPUT_SRC = \
src/input_init.c \
src/input_registry.c \
src/input_stream.c \
+ src/input_internal.c src/input_internal.h \
src/input/rewind_input_plugin.c \
src/input/file_input_plugin.c