[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Author: Steven Murdoch <Steven.Murdoch@xxxxxxxxxxxx>
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