Mercurial > masqmail
view src/md5/Makefile.am @ 200:116b0269c934
reworked resolvtest; let it build; refactored in lookup.c
the resolvtest helper and code test tool was available in the code
but did not get built
I moved it to resolvtest.c and included it into the build process
the define RESOLV_TEST was removed
author | meillo@marmaro.de |
---|---|
date | Fri, 16 Jul 2010 12:53:07 +0200 |
parents | 08114f7dcc23 |
children | 10da50168dab |
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