comparison mcabber/src/Makefile.am @ 1299:3b338a5c01fc

OTR support
author Frank Zschockelt <mcabber_otr[at]freakysoft.de>
date Thu, 30 Aug 2007 00:52:51 +0200
parents d4b97a2423eb
children 0d4a1699accb
comparison
equal deleted inserted replaced
1298:af035a304bec 1299:3b338a5c01fc
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \ 3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
4 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
5 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
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 help.c help.h 8 otr.c otr.h help.c help.h
9 9
10 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) \ 10 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \
11 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 11 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
12 12
13 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GPGME_CFLAGS) 13 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GPGME_CFLAGS)
14 14
15 CLEANFILES = hgcset.h 15 CLEANFILES = hgcset.h
16 16
17 if HGCSET 17 if HGCSET
18 BUILT_SOURCES = hgcset.h 18 BUILT_SOURCES = hgcset.h