From e242f3999c7f0219926877e4accf4763fec2972c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Aug 2011 02:34:28 +0200 Subject: io_thread: new thread for non-blocking background I/O Try to eliminate the remaining blocking I/O. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c699397b5..b350424f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -298,6 +298,7 @@ src_mpd_SOURCES = \ src/listen.c \ src/log.c \ src/ls.c \ + src/io_thread.c src/io_thread.h \ src/main.c \ src/main_win32.c \ src/event_pipe.c \ -- cgit v1.2.3