diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:37:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:37:01 -0400 |
commit | 3b6d2f9bf407ee560bafaeabb02b3bc88caa680a (patch) | |
tree | f20d08ea0db20ec548e53ae1fea7221ea897cd96 /Makefile.am | |
parent | b58dfba76f2d34d8401130137705f2ab1f9bf8c9 (diff) | |
parent | 1633d1ad1d334b183e123192ccd8edc6277dad22 (diff) | |
download | tor-3b6d2f9bf407ee560bafaeabb02b3bc88caa680a.tar.gz tor-3b6d2f9bf407ee560bafaeabb02b3bc88caa680a.zip |
Merge branch 'workqueue_squashed'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8f6b38aa0f..3e0ae3a227 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,8 +140,7 @@ check-spaces: $(top_srcdir)/src/common/*.[ch] \ $(top_srcdir)/src/or/*.[ch] \ $(top_srcdir)/src/test/*.[ch] \ - $(top_srcdir)/src/tools/*.[ch] \ - $(top_srcdir)/src/tools/tor-fw-helper/*.[ch] + $(top_srcdir)/src/tools/*.[ch] check-docs: all $(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl |