aboutsummaryrefslogtreecommitdiff
path: root/packages/TPF
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-15 06:33:46 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-15 06:33:46 +0000
commita644af129e45b67d2a62270c6f5299c3839235e6 (patch)
tree28f2f4b03bb94b0bcb1af7e7fb6dfa3560601e97 /packages/TPF
parent7624527591499ecf22634a28675e5bb2845149b5 (diff)
Added the new protocol source files to the non-autoconf build files
Diffstat (limited to 'packages/TPF')
-rw-r--r--packages/TPF/curl.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak
index 7223b9476..cef61bbcd 100644
--- a/packages/TPF/curl.mak
+++ b/packages/TPF/curl.mak
@@ -61,6 +61,7 @@ C_SRC += http_digest.c
C_SRC += http_negotiate.c
C_SRC += http_ntlm.c
C_SRC += if2ip.c
+C_SRC += imap.c
C_SRC += inet_ntop.c
C_SRC += inet_pton.c
C_SRC += krb4.c
@@ -75,6 +76,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 += progress.c
C_SRC += qssl.c
C_SRC += rawstr.c
@@ -83,6 +86,7 @@ C_SRC += select.c
C_SRC += sendf.c
C_SRC += share.c
C_SRC += slist.c
+C_SRC += smtp.c
C_SRC += socks.c
C_SRC += socks_gssapi.c
C_SRC += socks_sspi.c