view mcabber/connwrap/Makefile.am @ 1067:a5dc85fdebde

Add key comparison for signatures & use user-provided PGP keys for encryption When we receive a signed presence/message, we check that the key used matches the one which has been set with "/pgp setkey". If provided, we use this key for encryption too.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 13:11:44 +0100
parents bf3d6e241714
children
line wrap: on
line source

EXTRA_DIST = connwrap.c md5.c connwrap.h md5.h connwrap.spec
SUBDIRS = 
INCLUDES = 
CPPFLAGS = 
noinst_LIBRARIES = libconnwrap.a
libconnwrap_a_SOURCES =  connwrap.c md5.c
AUTOMAKE_OPTIONS = foreign