aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-10-17 15:12:40 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-12-12 02:53:27 +0100
commit4116a00679e567e77bed92a5027e8bef1d9513ff (patch)
treebfa7685c596effa70907efd96c8976128e6ce3f1 /Makefile.am
parent4afdb79051f7b1caba49877fb57be60bda9d4514 (diff)
downloadtor-4116a00679e567e77bed92a5027e8bef1d9513ff.tar
tor-4116a00679e567e77bed92a5027e8bef1d9513ff.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 24b30bc09..850ab71bb 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 \