diff options
author | Matthew Leon <ml@matthewleon.com> | 2017-08-21 17:10:12 +0100 |
---|---|---|
committer | Matthew Leon <ml@matthewleon.com> | 2017-08-21 20:05:50 +0100 |
commit | 5fb39658f17d1eafeb745a316112440944c3a507 (patch) | |
tree | 199bb52b32bd00c7dd2789dc6415fb63c85afe07 /Makefile.am | |
parent | b0703b92c32d6802c88f00c62274ee5a372eaf1f (diff) |
OSX mixer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5527458c..544fddeb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1490,6 +1490,8 @@ liboutput_plugins_a_SOURCES += \ src/output/plugins/OSXOutputPlugin.cxx \ src/output/plugins/OSXOutputPlugin.hxx endif +libmixer_plugins_a_SOURCES += \ + src/mixer/plugins/OSXMixerPlugin.cxx if ENABLE_PULSE liboutput_plugins_a_SOURCES += \ |