aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-05-25 21:49:25 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-05-25 21:49:25 +0100
commit978b808f7d636aa2540a351fc776287b49dcaa8a (patch)
treec58a549a51d92236e08ec49059dcdfe061eab48a /lib/Makefile.inc
parent74be99357669da26900ae23b5005ddeabb91b453 (diff)
smtp: Moved auth-mechanism constants into a separate header file
Move the SMTP_AUTH constants into a separate header file in preparation for adding SASL based authentication to POP3 as the two protocols will need to share them.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 69ad159f3..da11f8e0c 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -39,4 +39,5 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h \
gopher.h axtls.h cyassl.h http_proxy.h non-ascii.h asyn.h curl_ntlm.h \
- curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h curl_ntlm_msgs.h
+ curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h curl_ntlm_msgs.h \
+ curl_sasl.h