diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |