aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 01:08:35 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 01:08:35 +0200
commit4aeec4bb60f5f7635679ecbbee1f3e046901d640 (patch)
tree38796ee1a5087f0a81e1f578f95d5d9b7e5e6c3a /Makefile.am
parent750b2ad6a87e4081e68c5e88924c121b9ab6a078 (diff)
downloadmpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.tar.gz
mpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.tar.xz
mpd-4aeec4bb60f5f7635679ecbbee1f3e046901d640.zip
output/solaris: 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 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