diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84ca7e491..c4a2d1443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -460,7 +460,7 @@ libdecoder_plugins_a_SOURCES = \ src/decoder/dsdlib.c \ src/decoder/dsdlib.h \ src/decoder_buffer.c \ - src/decoder_plugin.c \ + src/DecoderPlugin.cxx \ src/DecoderList.cxx src/DecoderList.hxx libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \ |