From 7bb5a960fde46363adf888db5b05b7b883d2b16b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 2 Feb 2013 09:30:29 +0100 Subject: output/null: convert to C++ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0e770efea..fd4ff377d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -790,8 +790,8 @@ OUTPUT_API_SRC = \ src/OutputInit.cxx liboutput_plugins_a_SOURCES = \ - src/output/null_output_plugin.h \ - src/output/null_output_plugin.c + src/output/NullOutputPlugin.cxx \ + src/output/NullOutputPlugin.hxx MIXER_LIBS = \ libmixer_plugins.a \ -- cgit v1.2.3