summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-24 23:32:39 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-24 23:32:39 +0000
commitc24fcb9092d9f52edbc263e278f23ecabbd9acbe (patch)
tree84bd95b7a0121aa634d2a75ef7267e97bb7b0138
parent0e3f465daf65472508b68f33d4bbd8403f70682c (diff)
downloadnetsurf-c24fcb9092d9f52edbc263e278f23ecabbd9acbe.tar.gz
netsurf-c24fcb9092d9f52edbc263e278f23ecabbd9acbe.tar.bz2
[project @ 2003-06-24 23:32:39 by bursa]
SSL support. svn path=/import/netsurf/; revision=185
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index ec1a2c743..e71527794 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.36 2003/06/24 23:22:00 bursa Exp $
+# $Id: makefile,v 1.37 2003/06/24 23:32:39 bursa Exp $
CC = riscos-gcc
CC_DEBUG = gcc
@@ -30,8 +30,8 @@ LDFLAGS = \
/usr/local/riscoslibs/curl/libcurl.ro \
/usr/local/riscoslibs/libpng/libpng.ro \
/usr/local/riscoslibs/zlib/libz.ro \
- /usr/local/riscoslibs/openssl/lib/libssl.a \
- /usr/local/riscoslibs/openssl/lib/libcrypto.a
+ /usr/local/riscoslibs/openssl/libssl.a \
+ /usr/local/riscoslibs/openssl/libcrypto.a
LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl
OBJDIR = $(shell $(CC) -dumpmachine)