diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-26 05:51:15 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:46 +0200 |
commit | 8cae0b6b1bc94cee81d2cf0259673b839a0e18f6 (patch) | |
tree | 5ef516b82ae89b64714b3f5e985d9f48f1d4086a /Makefile.am | |
parent | 02a57bbda5f69892d4dfef2b02ae41dc17690417 (diff) | |
download | tor-8cae0b6b1bc94cee81d2cf0259673b839a0e18f6.tar.gz tor-8cae0b6b1bc94cee81d2cf0259673b839a0e18f6.zip |
Simplify expression to list files for check-spaces
The tinytest* files went into src/test/.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2bc18397b1..cb85d2559e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,12 +62,12 @@ test: all ./src/test/test # Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c, -# eventdns.[hc], tinytest.[ch] +# eventdns.[hc], tinytest*.[ch] check-spaces: ./contrib/checkSpace.pl -C \ src/common/*.h \ src/common/[^asO]*.c src/common/address.c \ - src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h \ + src/or/[^e]*.[ch] src/or/eventdns_tor.h \ src/test/test*.[ch] src/tools/*.[ch] check-docs: |