From 4116a00679e567e77bed92a5027e8bef1d9513ff Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sat, 17 Oct 2009 15:12:40 +0200 Subject: 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3