From 750b2ad6a87e4081e68c5e88924c121b9ab6a078 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 01:04:27 +0200 Subject: output/openal: 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 57f668578..a654939c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -844,7 +844,7 @@ endif if HAVE_OPENAL liboutput_plugins_a_SOURCES += \ - src/output/openal_output_plugin.c src/output/openal_output_plugin.h + src/output/OpenALOutputPlugin.cxx src/output/OpenALOutputPlugin.hxx endif if HAVE_OSX -- cgit v1.2.3