From: Steven Murdoch Date: Fri, 21 May 2010 01:20:26 +0000 (+0100) Subject: Include src/tools in paths to check with "make check-spaces" X-Git-Tag: tor-0.2.2.14-alpha~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c38069b393cb7e3f9cd8d447e5fa448f77f196f;p=thirdparty%2Ftor.git Include src/tools in paths to check with "make check-spaces" --- diff --git a/Makefile.am b/Makefile.am index af3746e77a..2bc18397b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ check-spaces: src/common/*.h \ src/common/[^asO]*.c src/common/address.c \ src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h \ - src/test/test*.[ch] + src/test/test*.[ch] src/tools/*.[ch] check-docs: ./contrib/checkOptionDocs.pl