From 71e7ce5d8e3153342494685d60d7ff16d9b29101 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Dec 2008 19:24:39 +0100 Subject: main: use the GLib main loop This is a rather huge patch, which unfortunately cannot be splitted. Instead of using our custom ioops.h library, convert everything to use the GLib main loop. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6a8894cbe..62dede538 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,7 +78,6 @@ mpd_headers = \ strset.h \ utils.h \ volume.h \ - ioops.h \ zeroconf.h zeroconf-internal.h \ locate.h \ stored_playlist.h \ @@ -120,7 +119,6 @@ mpd_SOURCES = \ input_stream.c \ input_file.c \ client.c \ - ioops.c \ list.c \ listen.c \ log.c \ -- cgit v1.2.3