comparison 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
comparison
equal deleted inserted replaced
1652:8036750d0169 1653:fca9a4c17432
1 bin_PROGRAMS = mcabber 1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \ 2 mcabber_SOURCES = main.c main.h roster.c roster.h events.c events.h \
3 commands.c commands.h compl.c compl.h \ 3 commands.c commands.h compl.c compl.h \
4 hbuf.c hbuf.h screen.c screen.h logprint.h \ 4 hbuf.c hbuf.h screen.c screen.h logprint.h \
5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \ 7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \