From bba127a392486be31961e82fe577de1a8caa8e5c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Mar 2009 09:55:10 +0100 Subject: solaris: new audio output plugin for Solaris /dev/audio --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 007c3f353..28d128249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -519,6 +519,10 @@ OUTPUT_SRC += \ src/output/httpd_output_plugin.c endif +if ENABLE_SOLARIS_OUTPUT +OUTPUT_SRC += src/output/solaris_output_plugin.c +endif + # # Sparse code analysis -- cgit v1.2.3