[or-cvs] Rebuild or and test binaries when a libor.a changes but or/...

Nick Mathewson nickm at seul.org
Thu Apr 17 02:24:57 UTC 2003


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

Modified Files:
	Makefile.am 
Log Message:
Rebuild or and test binaries when a libor.a changes but or/*.c does not.

Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.am	11 Apr 2003 22:11:11 -0000	1.15
+++ Makefile.am	17 Apr 2003 02:24:55 -0000	1.16
@@ -9,14 +9,14 @@
              onion.c routers.c directory.c dns.c connection_edge.c \
              main.c tor_main.c
 
-or_LDADD = -L../common -lor -lz
+or_LDADD = ../common/libor.a -lz
 
 test_SOURCES = buffers.c circuit.c command.c connection.c \
              connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
              onion.c routers.c directory.c dns.c connection_edge.c \
              main.c test.c
 
-test_LDADD = -L../common -lor -lz
+test_LDADD = ../common/libor.a -lz
 
 noinst_HEADERS = or.h tree.h
 



More information about the tor-commits mailing list