[or-cvs] Only tor and test binaries need to link against openssl and...
Nick Mathewson
nickm at seul.org
Sat Oct 30 19:27:09 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv5647/src/common
Modified Files:
Makefile.am
Log Message:
Only tor and test binaries need to link against openssl and zlib; tor-resolve can be smaller.
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/common/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am 2 Sep 2004 18:22:51 -0000 1.18
+++ Makefile.am 30 Oct 2004 19:27:06 -0000 1.19
@@ -1,8 +1,9 @@
-noinst_LIBRARIES = libor.a
+noinst_LIBRARIES = libor.a libor-crypto.a
#CFLAGS = -Wall -Wpointer-arith -O2
-libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c torgzip.c
+libor_a_SOURCES = log.c fakepoll.c util.c
+libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h
More information about the tor-commits
mailing list