aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-02 18:16:33 +0100
committerMax Kellermann <max@duempel.org>2014-12-02 18:20:44 +0100
commit0debba0f6e35d88ad17734fda2605e4f97f19820 (patch)
tree5a3821b5f3e4ad7145ad3717dad8506ad5dd8ca4 /Makefile.am
parentf2bd2c318c810645b4e3c7518d695d6d4b1c06a7 (diff)
downloadmpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.gz
mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.xz
mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.zip
mixer/null: new mixer plugin
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 808fce77d..023f7e45a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1256,6 +1256,7 @@ MIXER_API_SRC = \
src/mixer/MixerInternal.hxx
libmixer_plugins_a_SOURCES = \
+ src/mixer/plugins/NullMixerPlugin.cxx \
src/mixer/plugins/SoftwareMixerPlugin.cxx \
src/mixer/plugins/SoftwareMixerPlugin.hxx
libmixer_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \