Mercurial > masqmail-0.2
view src/md5/Makefile.am @ 63:49ca781e1503
reworked the test cases completely
they are split into four independent tests now
and each one is tested to work with the current version
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 16:05:49 +0200 |
parents | 08114f7dcc23 |
children | 52c82d755215 |
line wrap: on
line source
AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE noinst_LIBRARIES=libmd5c.a noinst_PROGRAMS=hmactest hmactest_SOURCES=\ md5.h\ global.h\ md5c.c\ hmac_md5.h\ hmac_md5.c\ hmactest.c libmd5c_a_SOURCES=\ md5.h\ global.h\ md5c.c\ hmac_md5.h\ hmac_md5.c