comparison mcabber/src/Makefile.am @ 1600:c5ee395fbc8c

Updated Entity Capabilities support (XEP-0115)
author franky
date Tue, 23 Sep 2008 10:59:25 +0200
parents a087125d8fc8
children 351427ef0b4b
comparison
equal deleted inserted replaced
1599:dcd5d4c75199 1600:c5ee395fbc8c
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 fifo.c fifo.h help.c help.h \ 7 fifo.c fifo.h help.c help.h \
8 xmpp.c xmpp.h xmpp_helper.h 8 xmpp.c xmpp.h xmpp_helper.h caps.c caps.h
9 9
10 if OTR 10 if OTR
11 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h 11 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
12 endif 12 endif
13 13