diff options
author | Max Kellermann <max@duempel.org> | 2009-03-16 09:55:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-16 09:55:10 +0100 |
commit | bba127a392486be31961e82fe577de1a8caa8e5c (patch) | |
tree | 81834316cad21a87a25c71c0362839b89517f693 /Makefile.am | |
parent | 18cb4fa277c97c3d52cc784bb94dc931b1d74f08 (diff) | |
download | mpd-bba127a392486be31961e82fe577de1a8caa8e5c.tar.gz mpd-bba127a392486be31961e82fe577de1a8caa8e5c.tar.xz mpd-bba127a392486be31961e82fe577de1a8caa8e5c.zip |
solaris: new audio output plugin for Solaris /dev/audio
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |