From 352d7f477eaf8a6a8536feb059a32a8b61ccb9ca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 12:20:50 +0200 Subject: decoder/{dsf,dsdiff}: convert to C++ --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 563c5f6eb..67c159cb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -448,12 +448,12 @@ endif libdecoder_plugins_a_SOURCES = \ src/decoder/pcm_decoder_plugin.c \ - src/decoder/dsdiff_decoder_plugin.c \ - src/decoder/dsdiff_decoder_plugin.h \ - src/decoder/dsf_decoder_plugin.c \ - src/decoder/dsf_decoder_plugin.h \ - src/decoder/dsdlib.c \ - src/decoder/dsdlib.h \ + src/decoder/DsdiffDecoderPlugin.cxx \ + src/decoder/DsdiffDecoderPlugin.hxx \ + src/decoder/DsfDecoderPlugin.cxx \ + src/decoder/DsfDecoderPlugin.hxx \ + src/decoder/DsdLib.cxx \ + src/decoder/DsdLib.hxx \ src/DecoderBuffer.cxx src/DecoderBuffer.hxx \ src/DecoderPlugin.cxx \ src/DecoderList.cxx src/DecoderList.hxx -- cgit v1.2.3