diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index e41d6ebb95..6179291fd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,8 +55,8 @@ doxygen: # Avoid strlcpy.c, strlcat.c, tree.h check-spaces: - ./contrib/checkSpace.pl -C \ - src/common/*.h \ - src/common/[^s]*.c \ - src/or/[^t]*.[ch] src/or/t*.c + ./contrib/checkSpace.pl -C \ + src/common/*.h \ + src/common/[^as]*.c \ + src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h |