view src/md5/Makefile.am @ 434:f2a7271746d1 default tip

Removes Freshmeat.net from the docs The site, which was later renamed to freecode.com, is no longer maintained (contains only a static copy).
author markus schnalke <meillo@marmaro.de>
date Sat, 07 Feb 2015 11:45:07 +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