From 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 23:20:33 +0100 Subject: Mixer: add class MixerListener Use a listener interface instead of GlobalEvents. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a985e76f..8e70ff290 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1033,6 +1033,7 @@ MIXER_LIBS = \ $(PULSE_LIBS) MIXER_API_SRC = \ + src/mixer/Listener.hxx \ src/mixer/MixerPlugin.hxx \ src/mixer/MixerList.hxx \ src/mixer/MixerControl.cxx src/mixer/MixerControl.hxx \ -- cgit v1.2.3