aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-05 16:31:47 +0200
committerMax Kellermann <max@duempel.org>2009-07-05 16:31:47 +0200
commit86e279f886aaf9f94076ce6b0170a79055aba821 (patch)
treeedd6d885249357e7e1960a69acb7f22a43075a1c /Makefile.am
parentd4914fc9ef4fda21f833e88a59d50d54fafd6379 (diff)
downloadmpd-86e279f886aaf9f94076ce6b0170a79055aba821.tar.gz
mpd-86e279f886aaf9f94076ce6b0170a79055aba821.tar.xz
mpd-86e279f886aaf9f94076ce6b0170a79055aba821.zip
filter/volume: don't use volume_level_get()
Added public methods to get and set the current volume.
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 6f0664d81..92ddcfdf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,7 @@ mpd_headers = \
src/filter_internal.h \
src/filter_plugin.h \
src/filter_registry.h \
+ src/filter/volume_filter_plugin.h \
src/buffer2array.h \
src/command.h \
src/idle.h \