From 9f0e93e7161797caa197c372d6d93e7297ae1a5b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2003 02:26:37 +0000 Subject: Add zlib to link step svn:r183 --- src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf