From 9cc76cf0053cad90d2ff55d24993d9a0ac4c0cdb Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Fri, 16 Apr 2010 17:45:12 -0700 Subject: First implementation of tor-fw-helper. tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cb85d2559..b7b9737bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,8 @@ check-spaces: src/common/*.h \ src/common/[^asO]*.c src/common/address.c \ src/or/[^e]*.[ch] src/or/eventdns_tor.h \ - src/test/test*.[ch] src/tools/*.[ch] + src/test/test*.[ch] src/tools/*.[ch] \ + src/tools/tor-fw-helper/*.[ch] check-docs: ./contrib/checkOptionDocs.pl -- cgit v1.2.3