[or-cvs] [tor/master 1/2] Include src/tools in paths to check with "make check-spaces"

nickm at torproject.org nickm at torproject.org
Fri May 21 02:27:14 UTC 2010


Author: Steven Murdoch <Steven.Murdoch at cl.cam.ac.uk>
Date: Fri, 21 May 2010 02:20:26 +0100
Subject: Include src/tools in paths to check with "make check-spaces"
Commit: 4c38069b393cb7e3f9cd8d447e5fa448f77f196f

---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index af3746e..2bc1839 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
-- 
1.6.5




More information about the tor-commits mailing list