masqmail-0.2

view src/md5/Makefile.am @ 103:c85fbf7014b1

improved man page in respect to the -t option information about other MTAs was taken from their man pages, especially exim(8)
author meillo@marmaro.de
date Wed, 23 Jun 2010 14:35:21 +0200
parents
children 52c82d755215
line source
1 AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
3 noinst_LIBRARIES=libmd5c.a
4 noinst_PROGRAMS=hmactest
6 hmactest_SOURCES=\
7 md5.h\
8 global.h\
9 md5c.c\
10 hmac_md5.h\
11 hmac_md5.c\
12 hmactest.c
14 libmd5c_a_SOURCES=\
15 md5.h\
16 global.h\
17 md5c.c\
18 hmac_md5.h\
19 hmac_md5.c