diff options
author | Max Kellermann <max@duempel.org> | 2009-10-22 19:23:30 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-22 19:23:30 +0200 |
commit | 80ac82c8fb517bd22c29436f4bc47648b7c5b5d4 (patch) | |
tree | d59a7915018cafee82064ba361591ff4d5450171 /Makefile.am | |
parent | fd182f6d1e6331e17b04c6b9b4c0421c61a1d511 (diff) | |
download | mpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.tar.gz mpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.tar.xz mpd-80ac82c8fb517bd22c29436f4bc47648b7c5b5d4.zip |
output/fifo: renamed source to fifo_output_plugin.c
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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 |