diff mcabber/src/Makefile.am @ 1653:fca9a4c17432

Improve UI latency and CPU usage Remove main_loop(), and use GIOChannels for the FIFO system.
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 01 Dec 2009 21:06:06 +0100
parents 351427ef0b4b
children
line wrap: on
line diff
--- a/mcabber/src/Makefile.am	Sun Nov 22 23:38:31 2009 +0200
+++ b/mcabber/src/Makefile.am	Tue Dec 01 21:06:06 2009 +0100
@@ -1,5 +1,5 @@
 bin_PROGRAMS = mcabber
-mcabber_SOURCES = main.c roster.c roster.h events.c events.h \
+mcabber_SOURCES = main.c main.h roster.c roster.h events.c events.h \
 		  commands.c commands.h compl.c compl.h \
 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
 		  settings.c settings.h hooks.c hooks.h utf8.c utf8.h \