James Housley brought support for SCP transfers
[platform/upstream/curl.git] / lib / Makefile.inc
1 # ./lib/Makefile.inc
2  
3 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c     \
4   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
5   ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c        \
6   netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c      \
7   memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c    \
8   content_encoding.c share.c http_digest.c md5.c http_negotiate.c       \
9   http_ntlm.c inet_pton.c strtoofft.c strerror.c hostares.c hostasyn.c  \
10   hostip4.c hostip6.c hostsyn.c hostthre.c inet_ntop.c parsedate.c      \
11   select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c
12
13 HHEADERS = arpa_telnet.h netrc.h file.h timeval.h base64.h hostip.h     \
14   progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
15   if2ip.h speedcheck.h urldata.h ldap.h ssluse.h escape.h telnet.h      \
16   getinfo.h strequal.h krb4.h memdebug.h inet_ntoa_r.h \
17   http_chunks.h strtok.h connect.h llist.h hash.h content_encoding.h    \
18   share.h md5.h http_digest.h http_negotiate.h http_ntlm.h ca-bundle.h  \
19   inet_pton.h strtoofft.h strerror.h inet_ntop.h curlx.h memory.h       \
20   setup.h transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h   \
21   gtls.h tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h
22
23