From 84eb95466b49453b45cdfef5bed4364cf0d3a299 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Jan 2013 16:59:21 +0100 Subject: output/osx: convert to C++ --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 959865679..1b0124066 100644 --- a/Makefile.am +++ b/Makefile.am @@ -864,7 +864,8 @@ endif if HAVE_OSX liboutput_plugins_a_SOURCES += \ - src/output/osx_output_plugin.c src/output/osx_output_plugin.h + src/output/OSXOutputPlugin.cxx \ + src/output/OSXOutputPlugin.hxx endif if HAVE_PULSE -- cgit v1.2.3