From 2277d143fa4e407bffa9cb169820c9612ebae7a0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:12:08 +0200 Subject: decoder/fluidsynth: convert to C++ --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 376ebe88c..c16d56aec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -596,7 +596,9 @@ libdecoder_plugins_a_SOURCES += src/decoder/sidplay_decoder_plugin.cxx endif if ENABLE_FLUIDSYNTH -libdecoder_plugins_a_SOURCES += src/decoder/fluidsynth_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/FluidsynthDecoderPlugin.cxx \ + src/decoder/FluidsynthDecoderPlugin.hxx endif if ENABLE_WILDMIDI -- cgit v1.2.3