]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
List all the excluded files for make check-spaces
authorSebastian Hahn <sebastian@torproject.org>
Sat, 17 Oct 2009 13:12:40 +0000 (15:12 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Sat, 12 Dec 2009 01:53:27 +0000 (02:53 +0100)
The file listing for excluded files was outdated. tree.h doesn't
exist anymore, and several other files were missing.

Makefile.am

index 24b30bc0921d6bc6be34f6422e577132834fbb80..850ab71bb5d400ecfd30dc12de67d9d1f02e721a 100644 (file)
@@ -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                        \