From: Nick Mathewson Date: Tue, 22 Sep 2009 21:12:14 +0000 (-0400) Subject: Do not distribute tinytest_demo.c in the tarball X-Git-Tag: tor-0.2.2.4-alpha~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f20b0849ce80a4cb89875931325dd069c38f433;p=thirdparty%2Ftor.git Do not distribute tinytest_demo.c in the tarball --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index d3fa28c90f..bbf0f308a7 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -29,5 +29,3 @@ test_LDADD = ../or/libtor.a ../common/libor.a ../common/libor-crypto.a \ -lz -lm -levent -lssl -lcrypto @TOR_LIB_WS32@ @TOR_LIB_GDI@ noinst_HEADERS = tinytest.h tinytest_macros.h - -EXTRA_DIST = tinytest_demo.c