aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:12:41 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:37:30 +0200
commit6b83d082287a721137482ee6503039c3fe74f707 (patch)
treee08483123530a1933aafaf7d3fc643a7a450d061 /Makefile.am
parentdc415b761e412d6beec8a39390c3c0c2fc5ebdc2 (diff)
downloadmpd-6b83d082287a721137482ee6503039c3fe74f707.tar.gz
mpd-6b83d082287a721137482ee6503039c3fe74f707.tar.xz
mpd-6b83d082287a721137482ee6503039c3fe74f707.zip
output/fifo: 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 dbc069670..6a4046498 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -829,7 +829,7 @@ endif
if HAVE_FIFO
liboutput_plugins_a_SOURCES += \
- src/output/fifo_output_plugin.c src/output/fifo_output_plugin.h
+ src/output/FifoOutputPlugin.cxx src/output/FifoOutputPlugin.hxx
endif
if ENABLE_PIPE_OUTPUT