comparison mcabber/src/Makefile.am @ 745:413e95f3051a

Introduce user "events" list Not used yet. The events list (evs_list) will be used to queue events for user approval, for example subscription requests, file tranfers, etc. The evs stuff is actually almost the same as the iqs stuff, a lot of code is duplicated... :-\
author Mikael Berthe <mikael@lilotux.net>
date Mon, 13 Mar 2006 17:28:24 +0100
parents 5c6d364130ee
children e6d42f239541
comparison
equal deleted inserted replaced
744:c3b76a1a07cb 745:413e95f3051a
1 bin_PROGRAMS = mcabber 1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c roster.c roster.h \ 2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \ 3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
4 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
5 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
6 settings.c settings.h hooks.c hooks.h \ 6 settings.c settings.h hooks.c hooks.h \
7 histolog.c histolog.h utils.c utils.h list.h 7 histolog.c histolog.h utils.c utils.h list.h