comparison mcabber/src/Makefile.am @ 374:bd5638c21834

Improve logging system (traces) There are now two trace logging levels: * tracelog_level = 1: Most messages from the log window are written to disk (LPRINT_LOG) * tracelog_level =2: LPRINT_LOG & LPRINT_DEBUG messages are written to disk The trace file name is set with the "tracelog_file" option.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Jul 2005 21:46:35 +0100
parents 33b8e801ffa6
children 39c5da51b387 d59e9b8c91d3
comparison
equal deleted inserted replaced
373:af2f8ddf6a1b 374:bd5638c21834
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 logprint.h \
5 settings.c settings.h \ 5 settings.c settings.h \
6 hooks.c hooks.h histolog.c histolog.h \ 6 hooks.c hooks.h histolog.c histolog.h \
7 utf8.c utf8.h utils.c utils.h list.h harddefines.h 7 utf8.c utf8.h utils.c utils.h list.h harddefines.h
8 8
9 LDADD = -lglib-2.0 -lncurses -lpanel \ 9 LDADD = -lglib-2.0 -lncurses -lpanel \