commit 0817b3a86108a428c39b2965c579e848ade73199 Author: Robert Hogan robert@roberthogan.net Date: Sat Feb 19 18:08:17 2011 +0000
Fix typo in test/Makefile.am --- test/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am index 47b78f3..c03c387 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,5 +2,5 @@ noinst_PROGRAMS= test_torsocks
LIBS = -lresolv
-torsocks_test_SOURCES= test_torsocks.c +test_torsocks_SOURCES= test_torsocks.c CLEANFILES= test_torsocks
tor-commits@lists.torproject.org