aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.riscos
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-21 22:03:26 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-21 22:03:26 +0000
commit5af20c70e4ae23437378d92e162d3377d9666b1f (patch)
treed5bf52d6b647e8268692b1f3e62b65a17c08bb2a /lib/Makefile.riscos
parentbd7430c1eec70f0a0ffd7296a21396ea45d92359 (diff)
Added rtsp.c to the non-configure target build files
Diffstat (limited to 'lib/Makefile.riscos')
-rw-r--r--lib/Makefile.riscos5
1 files changed, 4 insertions, 1 deletions
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