From: Peter Palfrader Date: Sun, 11 Oct 2009 08:51:51 +0000 (+0200) Subject: Ship test.h in release X-Git-Tag: tor-0.2.2.5-alpha~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4a5e0609881b81e14947b5f9a10c285ea10262b;p=thirdparty%2Ftor.git 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. --- 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