view src/md5/Makefile.am @ 288:84ea0b1fc8f8

FIXME comment: where to log while reading the config file?
author markus schnalke <meillo@marmaro.de>
date Tue, 07 Dec 2010 19:21:44 -0300
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