aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:47:20 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:47:20 +0200
commit166569200a0fcbcad5fb4a3b864b061796d058c6 (patch)
tree858dbe658a95cbac55c8ec21d88ce75ffc9078a7 /Makefile.am
parente903d0096807565834c77e6d85c670493e34202f (diff)
downloadmpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.gz
mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.xz
mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.zip
output/shout: 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 744ca4e44..c07e17194 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -862,7 +862,7 @@ endif
if HAVE_SHOUT
liboutput_plugins_a_SOURCES += \
- src/output/shout_output_plugin.c src/output/shout_output_plugin.h
+ src/output/ShoutOutputPlugin.cxx src/output/ShoutOutputPlugin.hxx
endif
if ENABLE_RECORDER_OUTPUT