diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-01-21 22:03:26 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-01-21 22:03:26 +0000 |
commit | 5af20c70e4ae23437378d92e162d3377d9666b1f (patch) | |
tree | d5bf52d6b647e8268692b1f3e62b65a17c08bb2a /packages | |
parent | bd7430c1eec70f0a0ffd7296a21396ea45d92359 (diff) | |
download | curl-5af20c70e4ae23437378d92e162d3377d9666b1f.tar.gz |
Added rtsp.c to the non-configure target build files
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 4 | ||||
-rw-r--r-- | packages/TPF/curl.mak | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index b82dc4b71..13ab8ba54 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -26,13 +26,13 @@ SOURCE \ ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \ netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \ krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \ - multi.c content_encoding.c share.c http_digest.c md5.c \ + multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c \ http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \ hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \ inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \ 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_rand.c curl_memrchr.c imap.c pop3.c smtp.c pingpong.c + curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak index cef61bbcd..50647e55e 100644 --- a/packages/TPF/curl.mak +++ b/packages/TPF/curl.mak @@ -81,6 +81,7 @@ C_SRC += pingpong.c C_SRC += progress.c C_SRC += qssl.c C_SRC += rawstr.c +C_SRC += rtsp.c C_SRC += security.c C_SRC += select.c C_SRC += sendf.c |