aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-05 05:22:30 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-05 05:22:30 +0000
commitd1a4bb382f7d3445cea74813e8258798852a40ad (patch)
tree4fa1eb273ca27394bd033d2ba68c21f54b90de9a /src/Makefile.am
parent82ff4c321cd5584585c2a624d7c502fed42c3f16 (diff)
downloadmpd-d1a4bb382f7d3445cea74813e8258798852a40ad.tar.gz
mpd-d1a4bb382f7d3445cea74813e8258798852a40ad.tar.xz
mpd-d1a4bb382f7d3445cea74813e8258798852a40ad.zip
implemented alsa audioOutput plugin, now it needs testing
git-svn-id: https://svn.musicpd.org/mpd/trunk@3008 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 595259c26..ee52e9605 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,6 +2,7 @@ bin_PROGRAMS = mpd
SUBDIRS = $(ID3_SUBDIR) $(MAD_SUBDIR) $(MP4FF_SUBDIR)
mpd_audioOutputs = \
+ audioOutputs/audioOutput_alsa.c \
audioOutputs/audioOutput_ao.c \
audioOutputs/audioOutput_oss.c \
audioOutputs/audioOutput_shout.c