aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-12-14 00:41:53 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-12-14 00:41:53 +0100
commit28afa8bab125a354daf8a6114efb8df0c49767b6 (patch)
tree3ccc05659df22828fb357f5d9f0a97dfe25010b1 /Makefile.am
parent6657f423a37794192659f32f1dddfd766e1f0a4f (diff)
downloadfetchmail-28afa8bab125a354daf8a6114efb8df0c49767b6.tar.gz
fetchmail-28afa8bab125a354daf8a6114efb8df0c49767b6.tar.bz2
fetchmail-28afa8bab125a354daf8a6114efb8df0c49767b6.zip
Unconditionally use our own MD5 code. Gets linked only as needed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a8848b30..3947e84e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \
libesmtp/gethostbyname.h libesmtp/gethostbyname.c \
smbtypes.h fm_getaddrinfo.c tls.c rfc822valid.c \
xmalloc.h sdump.h sdump.c x509_name_match.c \
- fm_strl.h
+ fm_strl.h md5c.c
if NTLM_ENABLE
libfm_a_SOURCES += ntlmsubr.c
endif