diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 01:08:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 01:08:35 +0200 |
commit | 4aeec4bb60f5f7635679ecbbee1f3e046901d640 (patch) | |
tree | 38796ee1a5087f0a81e1f578f95d5d9b7e5e6c3a /Makefile.am | |
parent | 750b2ad6a87e4081e68c5e88924c121b9ab6a078 (diff) | |
download | mpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.tar.gz mpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.tar.xz mpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.zip |
output/solaris: 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 a654939c3..7429ea8fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -880,7 +880,7 @@ endif if ENABLE_SOLARIS_OUTPUT liboutput_plugins_a_SOURCES += \ - src/output/solaris_output_plugin.c src/output/solaris_output_plugin.h + src/output/SolarisOutputPlugin.cxx src/output/SolarisOutputPlugin.hxx endif if ENABLE_WINMM_OUTPUT |