diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 12:20:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 12:20:50 +0200 |
commit | 352d7f477eaf8a6a8536feb059a32a8b61ccb9ca (patch) | |
tree | d9deb8a4accbb5c087d1d59e473f3e5a9fce268c /Makefile.am | |
parent | 1fcf35ad3b10c241b8b5266c46a5fe99ce2c57d9 (diff) |
decoder/{dsf,dsdiff}: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
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 |