From e2c916e6ca0e56a3a3a3112a9d5dc3f883e73287 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Sep 2008 10:02:34 +0200 Subject: output: moved code from audioOutput.c to output_control.c Similar to decoder_control.c, output_control.c will provide functions for controlling the output thread (which will be implemented later). --- 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 076802015..fb1508d43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ mpd_headers = \ audioOutput.h \ output_api.h \ output_list.h \ + output_control.h \ buffer2array.h \ charConv.h \ command.h \ @@ -109,6 +110,8 @@ mpd_SOURCES = \ audio.c \ audioOutput.c \ output_list.c \ + output_control.c \ + output_init.c \ buffer2array.c \ charConv.c \ command.c \ -- cgit v1.2.3