diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5d5375f0c..216261ae9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,7 @@ mpd_headers = \ decoder_internal.h \ directory.h \ gcc.h \ - inputPlugin.h \ + decoder_list.h \ inputPlugins/_flac_common.h \ inputPlugins/_ogg_common.h \ inputStream.h \ @@ -106,7 +106,7 @@ mpd_SOURCES = \ decode.c \ decoder_api.c \ directory.c \ - inputPlugin.c \ + decoder_list.c \ inputStream.c \ inputStream_file.c \ inputStream_http.c \ |