diff options
author | Max Kellermann <max@duempel.org> | 2013-04-16 20:51:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-16 20:51:21 +0200 |
commit | e63420a8c2cfe4d93e43bf41348738bf67758c76 (patch) | |
tree | f71f556bb3bf095ed129e691eafaf3b9a370013f /Makefile.am | |
parent | e02d8ad8d29ac102582a1a27bd652ec7a46dabbc (diff) | |
download | mpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.tar.gz mpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.tar.xz mpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.zip |
output/Pulse: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index da68d595d..8b1a3d8cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -867,9 +867,9 @@ endif if HAVE_PULSE liboutput_plugins_a_SOURCES += \ - src/output/pulse_output_plugin.c src/output/pulse_output_plugin.h + src/output/PulseOutputPlugin.cxx src/output/PulseOutputPlugin.hxx libmixer_plugins_a_SOURCES += \ - src/mixer/PulseMixerPlugin.cxx src/mixer/PulseMixerPlugin.h + src/mixer/PulseMixerPlugin.cxx src/mixer/PulseMixerPlugin.hxx endif if HAVE_SHOUT |