comparison mcabber/src/Makefile.am @ 113:8ac67e951eab

[/trunk] Changeset 127 by mikael * Add a "hooks" layer. Hooks are used when multiples operations should be done when an event araises. For example message in/out, status change... 2 more files; Makefile updated. * Logging is ready. * Add 2 options: - "logging" (bool): enable/disable history logging - "logging_dir" (char): root dir for logging files * Document pinginterval (keepalive) in the sample config file. * Send keepalive only when online.
author mikael
date Sun, 24 Apr 2005 20:24:18 +0000
parents 3d41aca3d878
children ef898db62b79
comparison
equal deleted inserted replaced
112:edb5591e2e64 113:8ac67e951eab
1 bin_PROGRAMS = mcabber 1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \ 2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.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 \ 4 hbuf.c hbuf.h screen.c screen.h \
5 parsecfg.c parsecfg.h utf8.c utf8.h \ 5 parsecfg.c parsecfg.h utf8.c utf8.h \
6 histolog.c histolog.h \ 6 hooks.c hooks.h histolog.c histolog.h \
7 utils.c utils.h lang.c lang.h list.h harddefines.h 7 utils.c utils.h lang.c lang.h list.h harddefines.h
8 8
9 LDADD = -lglib-2.0 -lncurses -lpanel -lssl \ 9 LDADD = -lglib-2.0 -lncurses -lpanel -lssl \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11