aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aca80fd33..7316a6539 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -450,6 +450,10 @@ if HAVE_FIFO
OUTPUT_SRC += src/output/fifo_plugin.c
endif
+if ENABLE_PIPE_OUTPUT
+OUTPUT_SRC += src/output/pipe_output_plugin.c
+endif
+
if HAVE_JACK
OUTPUT_SRC += src/output/jack_plugin.c
endif