aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-28 11:04:52 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-28 11:04:52 -0400
commitaad40483b3b7e9a26a0324b7c86b496fb2f4de87 (patch)
tree02f603639f98a05e5e76fbe5e84a0bb5452c21f8 /Makefile.am
parent217862b3172490d5a620d947d7d56be47ccf1dde (diff)
downloadtor-aad40483b3b7e9a26a0324b7c86b496fb2f4de87.tar
tor-aad40483b3b7e9a26a0324b7c86b496fb2f4de87.tar.gz
Clean up check-spaces block; make it cover the right files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index b8d18d4c0..a80763d92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,13 +54,14 @@ test: all
# eventdns.[hc], tinytest*.[ch]
check-spaces:
./contrib/checkSpace.pl -C \
- 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/common/*.h \
+ src/common/[^asO]*.c \
+ src/common/address.c \
+ src/or/[^e]*.[ch] \
+ src/or/eventdns_tor.h \
+ src/test/test*.[ch] \
+ src/test/[^t]*.[ch] \
+ src/tools/*.[ch] \
src/tools/tor-fw-helper/*.[ch]
check-docs: