~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
22
22
  curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c  \
23
23
  warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c\
24
 
  gopher.c
 
24
  gopher.c axtls.c idn_win32.c http_negotiate_sspi.c
25
25
 
26
26
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h       \
27
27
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
36
36
  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
37
37
  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h  \
38
38
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h      \
39
 
  gopher.h
 
39
  gopher.h axtls.h
40
40