diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 184a9d11dd..49c910dcff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ doxygen: # Avoid strlcpy.c, strlcat.c, tree.h check-spaces: - ./contrib/checkSpace.pl \ + ./contrib/checkSpace.pl -C \ src/common/*.h \ src/common/[^s]*.c \ src/or/[^t]*.[ch] src/or/t*.c |