diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2010-05-21 02:20:26 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-05-20 22:27:58 -0400 |
commit | 4c38069b393cb7e3f9cd8d447e5fa448f77f196f (patch) | |
tree | 866c4b4d1db890dd46a380c27092d93a5aa898d4 /Makefile.am | |
parent | d8a1e2dabbbbfc4a7f945cac978b5ddd97a4ee86 (diff) | |
download | tor-4c38069b393cb7e3f9cd8d447e5fa448f77f196f.tar.gz tor-4c38069b393cb7e3f9cd8d447e5fa448f77f196f.zip |
Include src/tools in paths to check with "make check-spaces"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af3746e77a..2bc18397b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ check-spaces: 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/test/test*.[ch] + src/test/test*.[ch] src/tools/*.[ch] check-docs: ./contrib/checkOptionDocs.pl |