From: Sebastian Hahn Date: Sat, 17 Oct 2009 13:12:40 +0000 (+0200) Subject: List all the excluded files for make check-spaces X-Git-Tag: tor-0.2.2.7-alpha~54^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4116a00679e567e77bed92a5027e8bef1d9513ff;p=thirdparty%2Ftor.git List all the excluded files for make check-spaces The file listing for excluded files was outdated. tree.h doesn't exist anymore, and several other files were missing. --- diff --git a/Makefile.am b/Makefile.am index 24b30bc092..850ab71bb5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,8 @@ doxygen: test: all ./src/test/test -# Avoid strlcpy.c, strlcat.c, tree.h +# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c, +# eventdns.[hc], tinytest.[ch] check-spaces: ./contrib/checkSpace.pl -C \ src/common/*.h \