From acfd9a73bca59476af5680bd04902b2215813f74 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Oct 2009 18:33:01 +0200 Subject: output/jack: renamed source to jack_output_plugin.c --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3