aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSerge Ziryukin <ftrvxmtrx@gmail.com>2009-08-31 10:26:22 +0300
committerMax Kellermann <max@duempel.org>2009-09-06 17:34:56 +0200
commit8b6a5d19d01ddf0657a64634ccd66b6fde66b735 (patch)
tree7dc7aee402dc42411d45efe3e8310ab2ffc9311b /Makefile.am
parent129920e8f418d029350ce3c463948eba55d6775c (diff)
downloadmpd-8b6a5d19d01ddf0657a64634ccd66b6fde66b735.tar.gz
mpd-8b6a5d19d01ddf0657a64634ccd66b6fde66b735.tar.xz
mpd-8b6a5d19d01ddf0657a64634ccd66b6fde66b735.zip
openal output plugin
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 b017d970a..5a6a8dafa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -590,6 +590,10 @@ OUTPUT_SRC += src/output/oss_plugin.c
MIXER_SRC += src/mixer/oss_mixer.c
endif
+if HAVE_OPENAL
+OUTPUT_SRC += src/output/openal_plugin.c
+endif
+
if HAVE_OSX
OUTPUT_SRC += src/output/osx_plugin.c
endif