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 08114f7dcc23
children 10da50168dab
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