From 41c5fbbb0790e09e09d487630382e73245524b7a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:08 +0200 Subject: renamed inputPlugin.* to decoder_list.* Since inputPlugin.c manages the list of registered decoders, we should rename the source file. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3