summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-11 15:18:57 +0100
committerMax Kellermann <max@musicpd.org>2017-01-11 15:22:43 +0100
commitbece023028dd914b90a8dd2c525cf7123c3c74fc (patch)
treede03b0d2156f7fd6f48ed1dede4064dc51eb2484 /Makefile.am
parent9c4df669253e1b01f20ff4d496c15a8bed4a00ac (diff)
pcm/PcmDsd: move Dsd8To32() to Dsd32.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cdc621d57..e0202b0cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -575,6 +575,7 @@ PCM_LIBS = \
if ENABLE_DSD
libpcm_a_SOURCES += \
+ src/pcm/Dsd32.cxx src/pcm/Dsd32.hxx \
src/pcm/PcmDsd.cxx src/pcm/PcmDsd.hxx \
src/pcm/dsd2pcm/dsd2pcm.c src/pcm/dsd2pcm/dsd2pcm.h
endif