diff options
| author | Dan Fandrich <dan@coneharvesters.com> | 2010-01-21 22:03:26 +0000 | 
|---|---|---|
| committer | Dan Fandrich <dan@coneharvesters.com> | 2010-01-21 22:03:26 +0000 | 
| commit | 5af20c70e4ae23437378d92e162d3377d9666b1f (patch) | |
| tree | d5bf52d6b647e8268692b1f3e62b65a17c08bb2a /lib/makefile.amiga | |
| parent | bd7430c1eec70f0a0ffd7296a21396ea45d92359 (diff) | |
Added rtsp.c to the non-configure target build files
Diffstat (limited to 'lib/makefile.amiga')
| -rw-r--r-- | lib/makefile.amiga | 24 | 
1 files changed, 13 insertions, 11 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index b457c1614..0863f2cf4 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -10,17 +10,19 @@ ATCPSDKI=	/GG/netinclude  CC	=	m68k-amigaos-gcc  CFLAGS	=	-I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall -OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \ -	escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c   \ -	hostip4.c hostsyn.c http.c http_chunks.c http_digest.c		      \ -	http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c inet_pton.c krb4.c   \ -	ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \ -	progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c  \ -	strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c     \ -	sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c curl_rand.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 - +OBJS = amigaos.c \ +  file.c timeval.c base64.c hostip.c progress.c formdata.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	\ +  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	\ +  hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c	\ +  inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.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  all:	$(OBJS:.c=.o)  	ar cru libcurl.a $(OBJS:.c=.o)  | 
