masqmail-0.2

view src/libident/Makefile.am @ 164:b8c358b2e242

replaced hmac_md5.c with an own implementation of RFC 2104 Until now the sample code of the RFC itself was used, but it lacked a license or copyright notice. See the comment in hmac_md5.c for details.
author meillo@marmaro.de
date Sun, 18 Jul 2010 22:20:20 +0200
parents
children
line source
1 EXTRA_DIST=README_MASQMAIL
3 AM_CFLAGS=@CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS
5 noinst_LIBRARIES=libident.a
7 libident_a_SOURCES=\
8 ident.h\
9 ident.c\
10 id_open.c\
11 id_close.c\
12 id_query.c\
13 id_parse.c\
14 support.c\
15 version.c