view src/md5/Makefile.am @ 6:c9bce6bb2a5d

switched tests dir to ordinary Makefile
author meillo@marmaro.de
date Fri, 26 Sep 2008 22:55:52 +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