aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
commitf70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch)
treed17cb4c62c6a3bbb9bd44c738df799998024ccc8 /Makefile.am
parent67b0ab717e469eace11ded98925b67738513e7ea (diff)
downloadmpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.gz
mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.xz
mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.zip
input_stream: moved input_stream_global_init() to input_init.c
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 d4cf31178..735a58109 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,6 +91,7 @@ mpd_headers = \
src/decoder/flac_pcm.h \
src/decoder/_flac_common.h \
src/decoder/_ogg_common.h \
+ src/input_init.h \
src/input_plugin.h \
src/input_registry.h \
src/input_stream.h \
@@ -570,6 +571,7 @@ INPUT_LIBS = \
$(MMS_LIBS)
INPUT_SRC = \
+ src/input_init.c \
src/input_registry.c \
src/input_stream.c \
src/input/file_input_plugin.c