aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-10-11 10:51:51 +0200
committerNick Mathewson <nickm@torproject.org>2009-10-11 10:44:16 -0400
commitc4a5e0609881b81e14947b5f9a10c285ea10262b (patch)
tree5685606fb0ffae69be4ccecf7d4bcf0cb951c033
parent2f760c54615f9044cad93392c030ef24119026e2 (diff)
downloadtor-c4a5e0609881b81e14947b5f9a10c285ea10262b.tar.gz
tor-c4a5e0609881b81e14947b5f9a10c285ea10262b.zip
Ship test.h in release
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.
-rw-r--r--src/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index bbf0f308a7..ea7c67eda7 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