diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 25ef552ce..54e03c277 100644 --- a/Makefile.am +++ b/Makefile.am @@ -490,6 +490,9 @@ DECODER_LIBS = \ DECODER_SRC = \ src/decoder/pcm_decoder_plugin.c \ + src/decoder/dsdiff_decoder_plugin.c \ + src/decoder/dsdiff_decoder_plugin.h \ + src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \ src/decoder_buffer.c \ src/decoder_plugin.c \ src/decoder_list.c |