[or-cvs] Check for zlib; link with it.

Nick Mathewson nickm at seul.org
Thu Sep 2 18:27:11 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv17993/src/or

Modified Files:
	Makefile.am 
Log Message:
Check for zlib; link with it.

Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am	13 May 2004 07:24:49 -0000	1.34
+++ Makefile.am	2 Sep 2004 18:27:09 -0000	1.35
@@ -12,7 +12,7 @@
 	rendservice.c rephist.c router.c routerlist.c routerparse.c \
 	tor_main.c
 
-tor_LDADD = ../common/libor.a
+tor_LDADD = ../common/libor.a -lz
 
 test_SOURCES = buffers.c circuitbuild.c circuitlist.c \
 	circuituse.c command.c config.c \
@@ -22,7 +22,7 @@
 	rendservice.c rephist.c router.c routerlist.c routerparse.c \
 	test.c
 
-test_LDADD = ../common/libor.a
+test_LDADD = ../common/libor.a -lz
 
 noinst_HEADERS = or.h tree.h
 



More information about the tor-commits mailing list