From a3a6eefcfe6f8b8129ac36a70243ca90e651a7fc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:49 +0100 Subject: audio: moved code to output_all.c Moved code which deals with all audio outputs at once into a separate library. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 140c0f436..98fe8bea7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,7 @@ mpd_headers = \ output_internal.h \ output_api.h \ output_list.h \ + output_all.h \ output_thread.h \ output_control.h \ output_state.h \ @@ -138,6 +139,7 @@ mpd_SOURCES = \ audioOutput.c \ output_api.c \ output_list.c \ + output_all.c \ output_thread.c \ output_control.c \ output_state.c \ -- cgit v1.2.3