From 608ac668db2dfc4ca5e1b3c68d432086476dd074 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 20 Oct 2004 16:05:13 +0000 Subject: some work on the new audioOutput layer git-svn-id: https://svn.musicpd.org/mpd/trunk@2277 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3