From 1dd11ff507163fe1439c2a88fc69c9b2d6990bfd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2003 02:26:37 +0000 Subject: [PATCH] Add zlib to link step svn:r183 --- trunk/src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/or/Makefile.am b/trunk/src/or/Makefile.am index e96b195c90..51b1427c31 100644 --- a/trunk/src/or/Makefile.am +++ b/trunk/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 \