Add zlib to link step

svn:r183
This commit is contained in:
Nick Mathewson
2003-03-17 02:26:37 +00:00
parent a1112d15d0
commit 1dd11ff507
+1 -1
View 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 \