diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 488b84a1f..43e3c19a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -331,7 +331,7 @@ libevent_a_SOURCES = \ libpcm_a_SOURCES = \ src/pcm_buffer.c src/pcm_buffer.h \ src/pcm_export.c src/pcm_export.h \ - src/pcm_convert.c src/pcm_convert.h \ + src/PcmConvert.cxx src/PcmConvert.hxx \ src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \ src/pcm_dsd.c src/pcm_dsd.h \ src/pcm_dsd_usb.c src/pcm_dsd_usb.h \ |