]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Ship test.h in release
authorPeter Palfrader <peter@palfrader.org>
Sun, 11 Oct 2009 08:51:51 +0000 (10:51 +0200)
committerNick Mathewson <nickm@torproject.org>
Sun, 11 Oct 2009 14:44:16 +0000 (10:44 -0400)
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

index bbf0f308a7a70fb00aa890a07aa195726b6346a8..ea7c67eda75a13afc4c5bde53a57e58561caf3e0 100644 (file)
@@ -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