view src/md5/Makefile.am @ 190:fbb3417c1a54 default tip

Minor fixes in man pages, reported by lintian(1)
author markus schnalke <meillo@marmaro.de>
date Mon, 29 Aug 2011 19:22:51 +0200
parents 52c82d755215
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