diff options
author | Max Kellermann <max@duempel.org> | 2009-10-21 18:33:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-21 18:33:01 +0200 |
commit | acfd9a73bca59476af5680bd04902b2215813f74 (patch) | |
tree | a826bb6285b27e10771ca6e1aaf928c1ecd58f86 /Makefile.am | |
parent | b479a264b66a5cb74fc8424d7d47035fdfad8799 (diff) | |
download | mpd-acfd9a73bca59476af5680bd04902b2215813f74.tar.gz mpd-acfd9a73bca59476af5680bd04902b2215813f74.tar.xz mpd-acfd9a73bca59476af5680bd04902b2215813f74.zip |
output/jack: renamed source to jack_output_plugin.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dfeb5386a..2c6a0474e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -602,7 +602,7 @@ OUTPUT_SRC += src/output/pipe_output_plugin.c endif if HAVE_JACK -OUTPUT_SRC += src/output/jack_plugin.c +OUTPUT_SRC += src/output/jack_output_plugin.c endif if HAVE_MVP |