diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 13:12:44 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 18:10:41 +0000 |
commit | e80d9d5902f38407d971587f2a6b7b839247ca92 (patch) | |
tree | 615e2e0b5f3c11167e63be61143857d7ff3e5477 /packages | |
parent | 3529903afb1db05892e03f7c3c836859f3b18a34 (diff) | |
download | curl-e80d9d5902f38407d971587f2a6b7b839247ca92.tar.gz |
smb: Added initial source files for SMB
Added the initial source files and updated the relevant project files in
order to support SMB/CIFS.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index c7db9cf06..086f64818 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -39,7 +39,7 @@ SOURCE \ 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_sasl.c vtls/curl_schannel.c curl_multibyte.c \ - vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c + vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |