[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Rebuild or and test binaries when a libor.a changes but or/...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Rebuild or and test binaries when a libor.a changes but or/...
- From: nickm@seul.org (Nick Mathewson)
- Date: Wed, 16 Apr 2003 22:24:57 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 16 Apr 2003 22:25:43 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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