aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-22 19:23:30 +0200
committerMax Kellermann <max@duempel.org>2009-10-22 19:23:30 +0200
commit80ac82c8fb517bd22c29436f4bc47648b7c5b5d4 (patch)
treed59a7915018cafee82064ba361591ff4d5450171 /Makefile.am
parentfd182f6d1e6331e17b04c6b9b4c0421c61a1d511 (diff)
downloadmpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.tar.gz
mpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.tar.xz
mpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.zip
output/fifo: renamed source to fifo_output_plugin.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 ce1160c00..f64c471f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -595,7 +595,7 @@ OUTPUT_SRC += src/output/ao_plugin.c
endif
if HAVE_FIFO
-OUTPUT_SRC += src/output/fifo_plugin.c
+OUTPUT_SRC += src/output/fifo_output_plugin.c
endif
if ENABLE_PIPE_OUTPUT