[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Only tor and test binaries need to link against openssl and...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Only tor and test binaries need to link against openssl and...
- From: nickm@seul.org (Nick Mathewson)
- Date: Sat, 30 Oct 2004 15:27:09 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 30 Oct 2004 15:27:37 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv5647/src/or
Modified Files:
Makefile.am
Log Message:
Only tor and test binaries need to link against openssl and zlib; tor-resolve can be smaller.
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.am 2 Sep 2004 18:27:09 -0000 1.35
+++ Makefile.am 30 Oct 2004 19:27:06 -0000 1.36
@@ -12,7 +12,7 @@
rendservice.c rephist.c router.c routerlist.c routerparse.c \
tor_main.c
-tor_LDADD = ../common/libor.a -lz
+tor_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto
test_SOURCES = buffers.c circuitbuild.c circuitlist.c \
circuituse.c command.c config.c \
@@ -22,7 +22,7 @@
rendservice.c rephist.c router.c routerlist.c routerparse.c \
test.c
-test_LDADD = ../common/libor.a -lz
+test_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto
noinst_HEADERS = or.h tree.h