From: Nick Mathewson Date: Mon, 17 Mar 2003 02:26:37 +0000 (+0000) Subject: Add zlib to link step X-Git-Tag: tor-0.0.2pre8~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0e93e7161797caa197c372d6d93e7297ae1a5b;p=thirdparty%2Ftor.git Add zlib to link step svn:r183 --- diff --git a/src/or/Makefile.am b/src/or/Makefile.am index e96b195c90..51b1427c31 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = test_config bin_PROGRAMS = or -or_LDADD = -L../common -lor +or_LDADD = -L../common -lor -lz or_SOURCES = buffers.c circuit.c command.c connection.c \ connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \