aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c2b14665..c5259b155 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,6 +51,7 @@ mpd_headers = \
mapper.h \
pcm_utils.h \
pcm_volume.h \
+ pcm_mix.h \
pcm_channels.h \
pcm_resample.h \
pcm_dither.h \
@@ -131,6 +132,7 @@ mpd_SOURCES = \
mapper.c \
pcm_utils.c \
pcm_volume.c \
+ pcm_mix.c \
pcm_channels.c \
pcm_resample.c \
pcm_dither.c \