diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-10-11 10:51:51 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-11 10:44:16 -0400 |
commit | c4a5e0609881b81e14947b5f9a10c285ea10262b (patch) | |
tree | 5685606fb0ffae69be4ccecf7d4bcf0cb951c033 | |
parent | 2f760c54615f9044cad93392c030ef24119026e2 (diff) | |
download | tor-c4a5e0609881b81e14947b5f9a10c285ea10262b.tar tor-c4a5e0609881b81e14947b5f9a10c285ea10262b.tar.gz |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index bbf0f308a..ea7c67eda 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 |