[or-cvs] Only tor and test binaries need to link against openssl and...

Nick Mathewson nickm at seul.org
Sat Oct 30 19:27:09 UTC 2004


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
 



More information about the tor-commits mailing list