aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:56:09 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:56:09 +0200
commit86c276f5383d5362ae65e58fe5ea522f907ed724 (patch)
tree3606a478b1dc7e64f3160f2774765859de90e037 /Makefile.am
parent166569200a0fcbcad5fb4a3b864b061796d058c6 (diff)
downloadmpd-86c276f5383d5362ae65e58fe5ea522f907ed724.tar.gz
mpd-86c276f5383d5362ae65e58fe5ea522f907ed724.tar.xz
mpd-86c276f5383d5362ae65e58fe5ea522f907ed724.zip
output/ao: 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 c07e17194..57f668578 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -817,7 +817,7 @@ endif
if HAVE_AO
liboutput_plugins_a_SOURCES += \
- src/output/ao_output_plugin.c src/output/ao_output_plugin.h
+ src/output/AoOutputPlugin.cxx src/output/AoOutputPlugin.hxx
endif
if HAVE_FIFO