view src/md5/Makefile.am @ 373:4cab237ce923

Fixed bug in matching of allowed recipients. Thanks to Juergen Daubert for finding and reporting the issue. The code had evaluated completely different data ...
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 11:47:57 +0100
parents 10da50168dab
children
line wrap: on
line source

AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE

noinst_LIBRARIES=libmd5.a
noinst_PROGRAMS=hmactest

hmactest_SOURCES=\
	md5.h\
	md5.c\
	hmac_md5.h\
	hmac_md5.c\
	hmactest.c

libmd5_a_SOURCES=\
	md5.h\
	md5.c\
	hmac_md5.h\
	hmac_md5.c