diff options
Diffstat (limited to 'Makefile.am')
-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 |