diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 00:47:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 00:47:20 +0200 |
commit | 166569200a0fcbcad5fb4a3b864b061796d058c6 (patch) | |
tree | 858dbe658a95cbac55c8ec21d88ce75ffc9078a7 /Makefile.am | |
parent | e903d0096807565834c77e6d85c670493e34202f (diff) | |
download | mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.gz mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.xz mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.zip |
output/shout: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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 |