]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add zlib to link step
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Mar 2003 02:26:37 +0000 (02:26 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Mar 2003 02:26:37 +0000 (02:26 +0000)
svn:r183

src/or/Makefile.am

index e96b195c90e1cbf0cb9db17598bd5e881929bb7b..51b1427c31461e8f0a5fcdd820080a3e3add9e1f 100644 (file)
@@ -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 \