aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDustin Puckett <puckett@pobox.com>2011-01-28 21:17:09 +0100
committerMax Kellermann <max@duempel.org>2011-01-28 21:17:09 +0100
commit79e0db4ca0e9c13ca226c06c9228d5afb4c9a277 (patch)
treebfc4558121f6f6f1e71bf2fc1d43e0be469d2c10 /Makefile.am
parent9ae3acf2e73f63550218c2af92243490a4344426 (diff)
downloadmpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.tar.gz
mpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.tar.xz
mpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.zip
output/raop: new output plugin
Remote Audio Output Protocol (RAOP), for Apple devices.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 873cc0925..92bd0173d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -739,6 +739,11 @@ if HAVE_OSX
OUTPUT_SRC += src/output/osx_plugin.c
endif
+if ENABLE_RAOP_OUTPUT
+OUTPUT_SRC += src/output/raop_output_plugin.c
+MIXER_SRC += src/mixer/raop_mixer_plugin.c
+endif
+
if HAVE_PULSE
OUTPUT_SRC += src/output/pulse_output_plugin.c
MIXER_SRC += src/mixer/pulse_mixer_plugin.c