From ae7495dd55e0e3346e1e18eefbe6aa95dc6fdf33 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 30 Oct 2004 19:27:06 +0000 Subject: Only tor and test binaries need to link against openssl and zlib; tor-resolve can be smaller. svn:r2629 --- src/or/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/Makefile.am') diff --git a/src/or/Makefile.am b/src/or/Makefile.am index a1b956b4aa..edbb4c8653 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -12,7 +12,7 @@ tor_SOURCES = buffers.c circuitbuild.c circuitlist.c \ 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 @@ test_SOURCES = buffers.c circuitbuild.c circuitlist.c \ 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 -- cgit v1.2.3-54-g00ecf