aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:07:04 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:37:30 +0200
commitdc415b761e412d6beec8a39390c3c0c2fc5ebdc2 (patch)
treec465bafebfe69be32c4f559ca5da42679a1c399d /Makefile.am
parentf1034eb657527692e7eee9d0bbb9196cfa1ad071 (diff)
downloadmpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.gz
mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.xz
mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.zip
output/pipe: 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 0cff7c13a..dbc069670 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -834,7 +834,7 @@ endif
if ENABLE_PIPE_OUTPUT
liboutput_plugins_a_SOURCES += \
- src/output/pipe_output_plugin.c src/output/pipe_output_plugin.h
+ src/output/PipeOutputPlugin.cxx src/output/PipeOutputPlugin.hxx
endif
if HAVE_JACK