aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:03:58 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:03:58 +0200
commit17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (patch)
tree54a0989aa7d925d8d52a8407b4acfd2a361d0529 /Makefile.am
parent6a42e6f6d4e64e0e1c3dbc126d616edbf97deead (diff)
downloadmpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.tar.gz
mpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.tar.xz
mpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.zip
decoder/sidplay: update file name
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d70828e22..a4f443f50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -617,7 +617,8 @@ DECODER_LIBS += libmodplug_decoder_plugin.a $(MODPLUG_LIBS)
endif
if ENABLE_SIDPLAY
-libdecoder_plugins_a_SOURCES += src/decoder/sidplay_decoder_plugin.cxx
+libdecoder_plugins_a_SOURCES += \
+ src/decoder/SidplayDecoderPlugin.cxx
endif
if ENABLE_FLUIDSYNTH