aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 01:04:27 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 01:04:27 +0200
commit750b2ad6a87e4081e68c5e88924c121b9ab6a078 (patch)
tree86af3844cb06eac9fb23267bc6eb9f35dd0d5a32 /Makefile.am
parent86c276f5383d5362ae65e58fe5ea522f907ed724 (diff)
downloadmpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.tar.gz
mpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.tar.xz
mpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.zip
output/openal: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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