aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlbin Eldstål-Damlin <laeder.keps@gmail.com>2009-12-13 21:23:57 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 17:41:28 +0100
commite28c5a0beb86de7d45135443116205df509b8664 (patch)
tree4fb47386bcbbac8827cb27260fb2679b0b2a9963 /Makefile.am
parentc38b9490a8086290926d6dfec87f6999ec675ca6 (diff)
downloadmpd-e28c5a0beb86de7d45135443116205df509b8664.tar.gz
mpd-e28c5a0beb86de7d45135443116205df509b8664.tar.xz
mpd-e28c5a0beb86de7d45135443116205df509b8664.zip
Initial (statically configured) route filter 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 760e07765..a55a5e1a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -703,6 +703,7 @@ FILTER_SRC = \
src/filter/null_filter_plugin.c \
src/filter/chain_filter_plugin.c \
src/filter/convert_filter_plugin.c \
+ src/filter/route_filter_plugin.c \
src/filter/volume_filter_plugin.c