Mercurial > masqmail-0.2
view src/md5/Makefile.am @ 80:e5090ac234cf
refactoring plus one small bugfix
replaced deep nested conditionals with early exits
fixed a small bug in the same go (Note: it is bad to fix
bugs during refactoring): The SMTP_HELO case did not break
in case of error. Now it does.
author | meillo@marmaro.de |
---|---|
date | Sat, 19 Jun 2010 11:11:28 +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