[or-cvs] [tor/master] Ship test.h in release

Nick Mathewson nickm at seul.org
Sun Oct 11 14:43:32 UTC 2009


Author: Peter Palfrader <peter at palfrader.org>
Date: Sun, 11 Oct 2009 10:51:51 +0200
Subject: Ship test.h in release
Commit: c4a5e0609881b81e14947b5f9a10c285ea10262b

The test suite need the test.h file to build. Add it to
noinst_HEADERS in the Makefile.am so it gets included
in the tarball that make dist produces.
---
 src/test/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index bbf0f30..ea7c67e 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -28,4 +28,4 @@ test_LDADD = ../or/libtor.a ../common/libor.a ../common/libor-crypto.a \
 	../common/libor-event.a \
 	-lz -lm -levent -lssl -lcrypto @TOR_LIB_WS32@ @TOR_LIB_GDI@
 
-noinst_HEADERS = tinytest.h tinytest_macros.h
+noinst_HEADERS = tinytest.h tinytest_macros.h test.h
-- 
1.5.6.5



More information about the tor-commits mailing list