Added Polar SSL and RTMP files to the non-autoconf build files
authorDan Fandrich <dan@coneharvesters.com>
Thu, 13 May 2010 02:05:58 +0000 (19:05 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 13 May 2010 02:05:58 +0000 (19:05 -0700)
I didn't bother with a few that have little hope of running the required
dependent libraries.

lib/Makefile.Watcom
lib/Makefile.vc6
lib/makefile.amiga
packages/Symbian/group/libcurl.mmp

index 6160007..b337fcd 100644 (file)
@@ -53,7 +53,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c   &
   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          &
   socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c           &
   curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c &
-  warnless.c hmac.c
+  warnless.c hmac.c polarssl.c curl_rtmp.c
 
 OBJS = $(CSOURCES:.c=.obj)
 OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
index 601ae8e..7e117e9 100644 (file)
@@ -452,6 +452,7 @@ X_OBJS= \
        $(DIROBJ)\curl_fnmatch.obj \\r
        $(DIROBJ)\curl_memrchr.obj \\r
        $(DIROBJ)\curl_rand.obj \\r
+       $(DIROBJ)\curl_rtmp.obj \\r
        $(DIROBJ)\curl_sspi.obj \\r
        $(DIROBJ)\curl_threads.obj \\r
        $(DIROBJ)\dict.obj \\r
@@ -493,6 +494,7 @@ X_OBJS= \
         $(DIROBJ)\nonblock.obj \\r
        $(DIROBJ)\parsedate.obj \\r
        $(DIROBJ)\pingpong.obj \\r
+       $(DIROBJ)\polarssl.obj \\r
        $(DIROBJ)\pop3.obj \\r
        $(DIROBJ)\progress.obj \\r
        $(DIROBJ)\rawstr.obj \\r
index 95a2f33..fef8b3e 100644 (file)
@@ -15,6 +15,7 @@ OBJS = amigaos.c \
   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c      \
   ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c       \
   netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c     \
+  curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c \
   krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c    \
   multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c   \
   http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c      \
@@ -23,7 +24,7 @@ OBJS = amigaos.c \
   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          \
   socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c           \
   curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c \
-  warnless.c hmac.c
+  warnless.c hmac.c polarssl.c curl_rtmp.c
 
 all:   $(OBJS:.c=.o)
        ar cru libcurl.a $(OBJS:.c=.o)
index d0ab009..3b9ccee 100644 (file)
@@ -34,7 +34,7 @@ SOURCE \
   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c      \
   socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c        \
   curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c warnless.c  \
-  curl_threads.c hmac.c
+  curl_threads.c hmac.c polarssl.c curl_rtmp.c
 
 USERINCLUDE   ../../../lib ../../../include/curl
 #ifdef ENABLE_SSL