From 166569200a0fcbcad5fb4a3b864b061796d058c6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 00:47:20 +0200 Subject: output/shout: 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 744ca4e44..c07e17194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -862,7 +862,7 @@ endif if HAVE_SHOUT liboutput_plugins_a_SOURCES += \ - src/output/shout_output_plugin.c src/output/shout_output_plugin.h + src/output/ShoutOutputPlugin.cxx src/output/ShoutOutputPlugin.hxx endif if ENABLE_RECORDER_OUTPUT -- cgit v1.2.3