From 17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 20 Oct 2013 13:03:58 +0200 Subject: [PATCH] decoder/sidplay: update file name --- Makefile.am | 3 ++- .../{sidplay_decoder_plugin.cxx => SidplayDecoderPlugin.cxx} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename src/decoder/{sidplay_decoder_plugin.cxx => SidplayDecoderPlugin.cxx} (100%) 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 diff --git a/src/decoder/sidplay_decoder_plugin.cxx b/src/decoder/SidplayDecoderPlugin.cxx similarity index 100% rename from src/decoder/sidplay_decoder_plugin.cxx rename to src/decoder/SidplayDecoderPlugin.cxx