view src/md5/Makefile.am @ 259:f4117fd5a163

made default mode sensible Until now in case no mode was specified, a message would have been read from stdin but then it would fail because no recipients had been given on the cmd line. (This had been useful only if -t was given.) Now in case of no mode being specified neither address arguments or -t is given then the version message is printed, otherwise mode accept is entered (as until yet).
author markus schnalke <meillo@marmaro.de>
date Thu, 02 Dec 2010 16:22:55 -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