aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-16 23:55:26 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:37:30 +0200
commitf1034eb657527692e7eee9d0bbb9196cfa1ad071 (patch)
tree67c837c2642a5258521bf7857853dddeff040ad2 /Makefile.am
parentac9ebe1439b3ec14e78b2fa898b435485c68e362 (diff)
downloadmpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.tar.gz
mpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.tar.xz
mpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.zip
output/recorder: 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 e327f60b2..0cff7c13a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -879,7 +879,7 @@ endif
if ENABLE_RECORDER_OUTPUT
liboutput_plugins_a_SOURCES += \
- src/output/recorder_output_plugin.c src/output/recorder_output_plugin.h
+ src/output/RecorderOutputPlugin.cxx src/output/RecorderOutputPlugin.hxx
endif
if ENABLE_HTTPD_OUTPUT