aboutsummaryrefslogtreecommitdiff
path: root/packages/TPF
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-05-12 17:31:22 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-05-12 17:32:10 -0700
commitad6bc4d82e17c65322f2a2ee5fb0b1895dd19e94 (patch)
treed525c48995a82c54a40164841863a2f9e7225a94 /packages/TPF
parent147609ca6ecdb08204c97f91d99cd9c2818b19b6 (diff)
Added the new ftp source files to the non-autoconf build files
Diffstat (limited to 'packages/TPF')
-rw-r--r--packages/TPF/curl.mak10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak
index c1b40b349..338a36a62 100644
--- a/packages/TPF/curl.mak
+++ b/packages/TPF/curl.mak
@@ -35,6 +35,7 @@ C_SRC += connect.c
C_SRC += content_encoding.c
C_SRC += cookie.c
C_SRC += curl_addrinfo.c
+C_SRC += curl_fnmatch.c
C_SRC += curl_memrchr.c
C_SRC += curl_rand.c
C_SRC += curl_sspi.c
@@ -43,8 +44,10 @@ C_SRC += dict.c
C_SRC += easy.c
C_SRC += escape.c
C_SRC += file.c
+C_SRC += fileinfo.c
C_SRC += formdata.c
C_SRC += ftp.c
+C_SRC += ftplistparser.c
C_SRC += getenv.c
C_SRC += getinfo.c
C_SRC += gtls.c
@@ -52,9 +55,9 @@ C_SRC += hash.c
C_SRC += hmac.c
C_SRC += hostares.c
C_SRC += hostasyn.c
-C_SRC += hostip.c
C_SRC += hostip4.c
C_SRC += hostip6.c
+C_SRC += hostip.c
C_SRC += hostsyn.c
C_SRC += hostthre.c
C_SRC += http.c
@@ -78,8 +81,8 @@ C_SRC += netrc.c
C_SRC += nonblock.c
C_SRC += nss.c
C_SRC += parsedate.c
-C_SRC += pop3.c
C_SRC += pingpong.c
+C_SRC += pop3.c
C_SRC += progress.c
C_SRC += qssl.c
C_SRC += rawstr.c
@@ -96,8 +99,8 @@ C_SRC += socks_sspi.c
C_SRC += speedcheck.c
C_SRC += splay.c
C_SRC += ssh.c
-C_SRC += ssluse.c
C_SRC += sslgen.c
+C_SRC += ssluse.c
C_SRC += strdup.c
C_SRC += strequal.c
C_SRC += strerror.c
@@ -110,6 +113,7 @@ C_SRC += transfer.c
C_SRC += url.c
C_SRC += version.c
C_SRC += warnless.c
+C_SRC += wildcard.c
#######################################################################
# Additions and overrides for gcc compiler flags