diff options
author | Albin Eldstål-Damlin <laeder.keps@gmail.com> | 2009-12-13 21:23:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 17:41:28 +0100 |
commit | e28c5a0beb86de7d45135443116205df509b8664 (patch) | |
tree | 4fb47386bcbbac8827cb27260fb2679b0b2a9963 /Makefile.am | |
parent | c38b9490a8086290926d6dfec87f6999ec675ca6 (diff) | |
download | mpd-e28c5a0beb86de7d45135443116205df509b8664.tar.gz mpd-e28c5a0beb86de7d45135443116205df509b8664.tar.xz mpd-e28c5a0beb86de7d45135443116205df509b8664.zip |
Initial (statically configured) route filter plugin
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
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 |