diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-08-20 20:33:38 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:36:53 -0400 |
commit | 1633d1ad1d334b183e123192ccd8edc6277dad22 (patch) | |
tree | 4fffccecf6c5cd968abd99a08ca0389d0c5822d2 /Makefile.am | |
parent | 5cf24ff3af046391dcaf1df636e3bd5d7d17573d (diff) | |
download | tor-1633d1ad1d334b183e123192ccd8edc6277dad22.tar.gz tor-1633d1ad1d334b183e123192ccd8edc6277dad22.zip |
Remove tor-fw-helper more thoroughly
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 |