summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-23 16:45:38 +0100
committerMax Kellermann <max@musicpd.org>2018-01-23 16:45:57 +0100
commit8b42fd0a2876b44c6c68f874495693b9466cb5b7 (patch)
treebcb89a4f622c5fa64b5a6ba3d2773e5bf4b659b8 /Makefile.am
parent2c401f11029723ea1be5d1f3e276637adbfdd05c (diff)
parentea66cdd6a5cdcce0cf663e3c3a6e7e81ceacbbe5 (diff)
Merge branch 'v0.20.x'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fcde34527..2dd889466 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2212,6 +2212,7 @@ test_run_output_LDADD = $(MPD_LIBS) \
libthread.a \
libutil.a
test_run_output_SOURCES = test/run_output.cxx \
+ test/NullMixerListener.hxx \
src/Log.cxx src/LogBackend.cxx \
src/output/Domain.cxx \
src/output/Registry.cxx \
@@ -2232,6 +2233,7 @@ test_read_mixer_LDADD = \
libsystem.a \
libutil.a
test_read_mixer_SOURCES = test/read_mixer.cxx \
+ test/NullMixerListener.hxx \
src/Log.cxx src/LogBackend.cxx \
src/mixer/MixerControl.cxx \
src/filter/plugins/VolumeFilterPlugin.cxx