From 1688b6dda9c510a5737ae3eb192b56166e497fc5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 12:54:59 +0200 Subject: decoder/mikmod: 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 a5b782037..f87e42654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,9 @@ libdecoder_plugins_a_SOURCES += \ endif if ENABLE_MIKMOD_DECODER -libdecoder_plugins_a_SOURCES += src/decoder/mikmod_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/MikmodDecoderPlugin.cxx \ + src/decoder/MikmodDecoderPlugin.hxx endif if HAVE_MODPLUG -- cgit v1.2.3