From 07c35b4f52d54ab31cdcaff4e656c492bd437e34 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 6 Jun 2006 00:04:52 +0000 Subject: [PATCH] ship the event*.h files too. perhaps this will make my 'make dist' produce a tarball that i can build. svn:r6548 --- 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 b5014ba800..28e23a0624 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 +noinst_HEADERS = or.h eventdns.h eventdns_tor.h