diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-10-17 15:12:40 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-12-12 02:53:27 +0100 |
commit | 4116a00679e567e77bed92a5027e8bef1d9513ff (patch) | |
tree | bfa7685c596effa70907efd96c8976128e6ce3f1 | |
parent | 4afdb79051f7b1caba49877fb57be60bda9d4514 (diff) | |
download | tor-4116a00679e567e77bed92a5027e8bef1d9513ff.tar.gz tor-4116a00679e567e77bed92a5027e8bef1d9513ff.zip |
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.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |