diff options
author | Albin Eldstål-Damlin <laeder.keps@gmail.com> | 2009-12-14 21:09:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 22:12:58 +0100 |
commit | 0ac0bd26e73773d075200516dc8000e907d3a1ac (patch) | |
tree | 57768742a564c3e6d277563acce13bb3ab346465 /Makefile.am | |
parent | bf6258f58266ebdd9766e659ff4d6c80bd17c6d0 (diff) | |
download | mpd-0ac0bd26e73773d075200516dc8000e907d3a1ac.tar.gz mpd-0ac0bd26e73773d075200516dc8000e907d3a1ac.tar.xz mpd-0ac0bd26e73773d075200516dc8000e907d3a1ac.zip |
Split filter_config into its own module
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a55a5e1a4..96eb31265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ mpd_headers = \ src/output_print.h \ src/output_command.h \ src/filter_internal.h \ + src/filter_config.h \ src/filter_plugin.h \ src/filter_registry.h \ src/filter/chain_filter_plugin.h \ @@ -230,6 +231,7 @@ src_mpd_SOURCES = \ src/exclude.c \ src/fd_util.c \ src/fifo_buffer.c \ + src/filter_config.c \ src/filter_plugin.c \ src/filter_registry.c \ src/update.c \ @@ -921,6 +923,7 @@ test_run_output_SOURCES = test/run_output.c \ src/mixer_type.c \ $(MIXER_SRC) \ src/filter_plugin.c src/filter/chain_filter_plugin.c \ + src/filter_config.c \ src/filter/convert_filter_plugin.c \ src/filter/volume_filter_plugin.c \ src/pcm_volume.c \ |