diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-05-30 20:52:52 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-05-30 20:52:52 +0100 |
commit | 8e860c16625d65b63042731f5c343775bcb34983 (patch) | |
tree | cd54f68d50474f4f3d3c468ceb09c3de92377781 /lib/Makefile.inc | |
parent | c90acaa77a14f95d292eb90ba4a3add103b64c7e (diff) | |
download | curl-8e860c16625d65b63042731f5c343775bcb34983.tar.gz |
sasl: Moved plain text authentication message creation from smtp.c
Moved the plain text message creation from smtp.c into the sasl module
to allow for use by other modules such as pop3.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index da11f8e0c..504e9d023 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -23,7 +23,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c \ idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c \ asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \ - curl_ntlm_core.c curl_ntlm_msgs.c + curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \ progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \ |