Mercurial > masqmail
view src/md5/Makefile.am @ 262:fc1c6425c024
s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/
The constants are all to bulky.
We should have different, meaningful exit codes anyway.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 02 Dec 2010 17:11:25 -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