commit fbe281f006d7bbab765ff3a32f005648a0dbcff1 Author: Robert Hogan robert@roberthogan.net Date: Wed Mar 2 20:28:49 2011 +0000
Remove some cruft from Makefile.am --- test/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am index 159e3c9..c04e5ea 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,5 @@ noinst_PROGRAMS= test_torsocks
test_torsocks_SOURCES= test_torsocks.c -AM_LDFLAGS= test_torsocks_LDFLAGS= $(TESTLDFLAGS) CLEANFILES= test_torsocks
tor-commits@lists.torproject.org