Explorar o código

Add zlib to link step

svn:r183
Nick Mathewson %!s(int64=22) %!d(string=hai) anos
pai
achega
9f0e93e716
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/Makefile.am

+ 1 - 1
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 \