From 4681adf1bb1d0a1313706d7d96a3ef930ebe5fd9 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 29 Sep 2017 23:51:00 -0600 Subject: * NTLM authentication support with the ntlm library, in Unix systems. Based on code provided by Maciej W. Rozycki. --- imap/src/osdep/amiga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap/src/osdep/amiga') diff --git a/imap/src/osdep/amiga/Makefile b/imap/src/osdep/amiga/Makefile index 1f08e97e..60458e61 100644 --- a/imap/src/osdep/amiga/Makefile +++ b/imap/src/osdep/amiga/Makefile @@ -187,7 +187,7 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ osdep.c env_ami.c fs_ami.c ftl_ami.c nl_ami.c tcp_ami.c \ auths.c gethstid.c \ gr_waitp.c \ - auth_log.c auth_md5.c auth_pla.c \ + auth_log.c auth_md5.c auth_ntl.c auth_pla.c \ pmatch.c scandir.c \ tz_bsd.c \ write.c \ -- cgit v1.2.3-54-g00ecf