aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.riscos
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 15:56:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 15:56:35 +0200
commit29439acfebbcbe9d551fa8855dcd341e4b4cfe38 (patch)
tree8f2dd024ea21fc0f177041f25d1b346b6ffd7b47 /lib/Makefile.riscos
parenta049528e942b466bbac65f2adfa0078ef1ca51e7 (diff)
Makefile: add gopher.c file to build
As the VC and RISCOS makefiles don't use the .inc file
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 375405ee3..8c919878f 100644
--- a/lib/Makefile.riscos
+++ b/lib/Makefile.riscos
@@ -3,7 +3,7 @@
# Project objects:
objs = o.base64 o.connect o.cookie o.dict \
o.dllinit o.easy o.escape o.file \
- o.formdata o.ftp o.getenv \
+ o.formdata o.ftp o.getenv o.gopher \
o.getinfo o.getpass o.hostip \
o.hostip4 o.hostsyn o.http \
o.http_chunks o.inet_ntop o.inet_pton o.if2ip o.krb4 o.ldap \
@@ -84,6 +84,9 @@ o.getinfo: c.getinfo
o.getpass: c.getpass
gcc $(compileropts) -c -o getpass.o c.getpass
+o.gopher: c.gopher
+ gcc $(compileropts) -c -o gopher.o c.gopher
+
o.hmac: c.hmac
gcc $(compileropts) -c -o hmac.o c.hmac