diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-06 20:25:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-06 20:25:32 +0000 |
commit | c9e2766e7598a669d3acf3ae0e45e8be8b5945b0 (patch) | |
tree | d9263d98d50d9ba8d8659fa4dabec376766919f2 /src/or/Makefile.am | |
parent | 754811fbec3a48e3b53ba6fab0148e6ca627441f (diff) | |
download | tor-c9e2766e7598a669d3acf3ae0e45e8be8b5945b0.tar.gz tor-c9e2766e7598a669d3acf3ae0e45e8be8b5945b0.zip |
r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500
More autoconf fixes and updates. Maybe the bsd buildbots will be happy again.
svn:r9747
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index bf27e4d2cb..74def25580 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -13,7 +13,7 @@ tor_SOURCES = buffers.c circuitbuild.c circuitlist.c \ eventdns.c \ tor_main.c -tor_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto +tor_LDADD = ../common/libor.a ../common/libor-crypto.a -lz test_SOURCES = buffers.c circuitbuild.c circuitlist.c \ circuituse.c command.c config.c \ @@ -24,7 +24,7 @@ test_SOURCES = buffers.c circuitbuild.c circuitlist.c \ eventdns.c \ test.c -test_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto +test_LDADD = ../common/libor.a ../common/libor-crypto.a -lz noinst_HEADERS = or.h eventdns.h eventdns_tor.h |