diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 11:26:12 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 11:26:12 +0200 |
commit | 269cba9b00fa7ecb0d707ef5b6f10d34e049327c (patch) | |
tree | 22c97d10c58e31384ec3c0b8b8d548d70efd907a /Makefile.am | |
parent | 6668c8f23a040036a5e52d1a506b86983e109149 (diff) | |
download | fetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.tar.gz fetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.tar.bz2 fetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.zip |
Factor out common NTLM code.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c1318b0a..973bf400 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 ntlmsubr.c libfm_a_LIBADD= $(EXTRAOBJ) libfm_a_DEPENDENCIES= $(EXTRAOBJ) LDADD = libfm.a @LIBINTL@ $(LIBOBJS) |