diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-05-12 19:05:58 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-05-12 19:05:58 -0700 |
commit | 76255cfdc93894747536e281391b6493212b4351 (patch) | |
tree | a602f2dcb2b2f50e9f0eda311220261b9064e4b0 /packages | |
parent | ad6bc4d82e17c65322f2a2ee5fb0b1895dd19e94 (diff) | |
download | curl-76255cfdc93894747536e281391b6493212b4351.tar.gz |
Added Polar SSL and RTMP files to the non-autoconf build files
I didn't bother with a few that have little hope of running the required
dependent libraries.
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 d0ab0095e..3b9ccee51 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -34,7 +34,7 @@ SOURCE \ strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \ socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \ curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c warnless.c \ - curl_threads.c hmac.c + curl_threads.c hmac.c polarssl.c curl_rtmp.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |