aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-21 18:33:01 +0200
committerMax Kellermann <max@duempel.org>2009-10-21 18:33:01 +0200
commitacfd9a73bca59476af5680bd04902b2215813f74 (patch)
treea826bb6285b27e10771ca6e1aaf928c1ecd58f86 /Makefile.am
parentb479a264b66a5cb74fc8424d7d47035fdfad8799 (diff)
downloadmpd-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.am2
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