~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to lib/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
5
5
  ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c        \
6
6
  netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c      \
 
7
  curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c \
7
8
  krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c     \
8
9
  multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c    \
9
10
  http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c       \
11
12
  inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c       \
12
13
  strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          \
13
14
  socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
14
 
  curl_memrchr.c
 
15
  curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c  \
 
16
  warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c
15
17
 
16
18
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h       \
17
19
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
18
20
  if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
19
21
  getinfo.h strequal.h krb4.h memdebug.h http_chunks.h curl_rand.h      \
 
22
  curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h \
20
23
  strtok.h connect.h llist.h hash.h content_encoding.h share.h          \
21
24
  curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h     \
22
25
  strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h setup.h      \
23
26
  transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h    \
24
27
  tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h  \
25
28
  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
26
 
  curl_memrchr.h
27
 
 
 
29
  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h  \
 
30
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h