aboutsummaryrefslogtreecommitdiff
path: root/packages/TPF
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 15:09:39 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 15:09:39 +0200
commit3b24076c3b22df6cded45866a1170c36d56915fb (patch)
tree6edd31a3b2db47cc2fc20588585e3a61eef5f9b8 /packages/TPF
parent077125e4a2a77384c88b51ffd88c985cabf95193 (diff)
add missing new files to non-configure target build files
Diffstat (limited to 'packages/TPF')
-rw-r--r--packages/TPF/curl.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak
index 338a36a62..178ff439d 100644
--- a/packages/TPF/curl.mak
+++ b/packages/TPF/curl.mak
@@ -38,6 +38,7 @@ C_SRC += curl_addrinfo.c
C_SRC += curl_fnmatch.c
C_SRC += curl_memrchr.c
C_SRC += curl_rand.c
+C_SRC += curl_rtmp.c
C_SRC += curl_sspi.c
C_SRC += curl_threads.c
C_SRC += dict.c
@@ -80,8 +81,10 @@ C_SRC += multi.c
C_SRC += netrc.c
C_SRC += nonblock.c
C_SRC += nss.c
+C_SRC += openldap.c
C_SRC += parsedate.c
C_SRC += pingpong.c
+C_SRC += polarssl.c
C_SRC += pop3.c
C_SRC += progress.c
C_SRC += qssl.c