comparison mcabber/src/Makefile.am @ 577:5c6d364130ee

Move IQ Jabber stuff to a separate file
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 11:06:59 +0100
parents fa9149832af2
children 413e95f3051a
comparison
equal deleted inserted replaced
576:8b3db0b555a1 577:5c6d364130ee
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 roster.c roster.h \
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
3 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
4 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
5 settings.c settings.h hooks.c hooks.h \ 6 settings.c settings.h hooks.c hooks.h \
6 histolog.c histolog.h utils.c utils.h list.h 7 histolog.c histolog.h utils.c utils.h list.h
7 8