From 2bfe6f6412f274de066105f146589d7714e4a4d6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 20:18:44 +0100 Subject: renamed the "mod" decoder plugin to "mikmod" We have two mod plugins now: modplug and mod. Rename the latter to a more useful name. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e3fac9990..7cbd3154c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -285,7 +285,7 @@ mpd_SOURCES += decoder/audiofile_plugin.c endif if HAVE_MIKMOD -mpd_SOURCES += decoder/mod_plugin.c +mpd_SOURCES += decoder/mikmod_plugin.c endif if HAVE_MODPLUG -- cgit v1.2.3