From dc415b761e412d6beec8a39390c3c0c2fc5ebdc2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 00:07:04 +0200 Subject: output/pipe: convert to C++ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0cff7c13a..dbc069670 100644 --- a/Makefile.am +++ b/Makefile.am @@ -834,7 +834,7 @@ endif if ENABLE_PIPE_OUTPUT liboutput_plugins_a_SOURCES += \ - src/output/pipe_output_plugin.c src/output/pipe_output_plugin.h + src/output/PipeOutputPlugin.cxx src/output/PipeOutputPlugin.hxx endif if HAVE_JACK -- cgit v1.2.3