view src/md5/Makefile.am @ 218:92b58989a09e

small improvement of guess-hostname uniq'ed the output and always exit successful
author meillo@marmaro.de
date Wed, 21 Jul 2010 22:10:13 +0200
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