aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.riscos
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-04-23 04:12:04 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-04-23 04:12:04 +0000
commit7291f50e8dfee27fd343cdbf3a2c6ab85ea6caf3 (patch)
treeb2c56f05d6ee579a7f41ed613d730f07991e1356 /lib/Makefile.riscos
parentbc5677a47b242cea075e6761bd744116f8c3f710 (diff)
Added new libcurl source files to Amiga, RiscOS and VC6 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 04ae5d686..8d5c1beb1 100644
--- a/lib/Makefile.riscos
+++ b/lib/Makefile.riscos
@@ -13,7 +13,7 @@ objs = o.base64 o.connect o.cookie o.dict \
o.security o.select o.sendf o.speedcheck o.ssluse \
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.rawstr o.curl_addrinfo o.slist
# Compile options:
linkopts = -o libcurl
@@ -120,6 +120,9 @@ o.select: c.select
o.sendf: c.sendf
gcc $(compileropts) -c -o sendf.o c.sendf
+o.slist: c.slist
+ gcc $(compileropts) -c -o slist.o c.slist
+
o.speedcheck: c.speedcheck
gcc $(compileropts) -c -o speedcheck.o c.speedcheck