aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-20 16:05:13 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-20 16:05:13 +0000
commit608ac668db2dfc4ca5e1b3c68d432086476dd074 (patch)
tree18a9cf49ef3383cc2dbe9351ae70119e7eda69a0 /src/Makefile.am
parent4951f9f809d1c06f675d25fec7a92b8fae8bea51 (diff)
downloadmpd-608ac668db2dfc4ca5e1b3c68d432086476dd074.tar.gz
mpd-608ac668db2dfc4ca5e1b3c68d432086476dd074.tar.xz
mpd-608ac668db2dfc4ca5e1b3c68d432086476dd074.zip
some work on the new audioOutput layer
git-svn-id: https://svn.musicpd.org/mpd/trunk@2277 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bac83b8e4..c1ece1d97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ mpd_inputPlugins = \
mpd_headers = \
ack.h \
audio.h \
+ audioOutput.h \
buffer2array.h \
charConv.h \
command.h \
@@ -55,6 +56,8 @@ mpd_SOURCES = \
$(mpd_headers) \
$(mpd_inputPlugins) \
audio.c \
+ audioOutput.c \
+ audioOutput_ao.c \
buffer2array.c \
charConv.c \
command.c \