From 5af20c70e4ae23437378d92e162d3377d9666b1f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 21 Jan 2010 22:03:26 +0000 Subject: Added rtsp.c to the non-configure target build files --- lib/Makefile.riscos | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.riscos') diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos index dd95a2c00..e2b063a86 100644 --- a/lib/Makefile.riscos +++ b/lib/Makefile.riscos @@ -14,7 +14,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.strequal o.strtok o.telnet o.timeval \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ o.rawstr o.curl_addrinfo o.slist o.nonblock o.curl_rand \ - o.curl_memrchr o.imap o.pop3 o.smtp o.pingpong + o.curl_memrchr o.imap o.pop3 o.smtp o.pingpong o.rtsp # Compile options: @@ -128,6 +128,9 @@ o.pop3: c.pop3 o.progress: c.progress gcc $(compileropts) -c -o progress.o c.progress +o.rtsp: c.rtsp + gcc $(compileropts) -c -o rtsp.o c.rtsp + o.security: c.security gcc $(compileropts) -c -o security.o c.security -- cgit v1.2.3