comparison mcabber/src/Makefile.am @ 1470:a8b924b5474c

The OTR protocol expects (X)HTML messsages
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Apr 2008 13:01:32 +0200
parents 844410b9b4cc
children 8d1bcc83ae32
comparison
equal deleted inserted replaced
1469:1f7990dd416b 1470:a8b924b5474c
6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
7 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 7 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
8 fifo.c fifo.h help.c help.h 8 fifo.c fifo.h help.c help.h
9 9
10 if OTR 10 if OTR
11 mcabber_SOURCES += otr.c otr.h 11 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
12 endif 12 endif
13 13
14 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \ 14 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \
15 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 15 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
16 16