diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-22 17:12:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:24:43 -0400 |
commit | 5f20b0849ce80a4cb89875931325dd069c38f433 (patch) | |
tree | 024910daee7919464310942c7798d406d25bc7c9 /src/test/Makefile.am | |
parent | 81895dbd5253459fbe357bb9d9ec43d4cf00e2d4 (diff) | |
download | tor-5f20b0849ce80a4cb89875931325dd069c38f433.tar.gz tor-5f20b0849ce80a4cb89875931325dd069c38f433.zip |
Do not distribute tinytest_demo.c in the tarball
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 |