aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-14 22:41:29 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:49:46 +0100
commit67b0ab717e469eace11ded98925b67738513e7ea (patch)
tree9f853e4afa260533cbb1e108a48df0079376b608 /Makefile.am
parentf7420dbfe126bdc0f264c79a112cb205eba86f48 (diff)
downloadmpd-67b0ab717e469eace11ded98925b67738513e7ea.tar.gz
mpd-67b0ab717e469eace11ded98925b67738513e7ea.tar.xz
mpd-67b0ab717e469eace11ded98925b67738513e7ea.zip
input_stream: moved plugin list to input_registry.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 eaea75666..d4cf31178 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,6 +92,7 @@ mpd_headers = \
src/decoder/_flac_common.h \
src/decoder/_ogg_common.h \
src/input_plugin.h \
+ src/input_registry.h \
src/input_stream.h \
src/input/file_input_plugin.h \
src/input/curl_input_plugin.h \
@@ -569,6 +570,7 @@ INPUT_LIBS = \
$(MMS_LIBS)
INPUT_SRC = \
+ src/input_registry.c \
src/input_stream.c \
src/input/file_input_plugin.c