From 5e4b4451ec42d4ee92dac8f820153a9a38e4d4d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 6 Jun 2006 00:12:22 +0000 Subject: [PATCH] Also, add a temporary hack to make sure eventdns.c is distributd. svn:r6551 --- src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 28e23a0624..91ec1c057c 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -32,5 +32,5 @@ test_SOURCES = buffers.c circuitbuild.c circuitlist.c \ test_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto -noinst_HEADERS = or.h eventdns.h eventdns_tor.h +noinst_HEADERS = or.h eventdns.h eventdns_tor.h eventdns.c