diff options
author | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
commit | f70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch) | |
tree | d17cb4c62c6a3bbb9bd44c738df799998024ccc8 /Makefile.am | |
parent | 67b0ab717e469eace11ded98925b67738513e7ea (diff) | |
download | mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.gz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.xz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.zip |
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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 |