diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 15:53:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 15:55:03 -0400 |
commit | cade65fd2e6bbf12e279dcd0f5e8da40b65d06a3 (patch) | |
tree | f9dedf839d4ba3d8edcd0b65365175b3148c1955 /Makefile.am | |
parent | 294f580f042be51150ef89e72243cd470f80796d (diff) | |
download | tor-cade65fd2e6bbf12e279dcd0f5e8da40b65d06a3.tar.gz tor-cade65fd2e6bbf12e279dcd0f5e8da40b65d06a3.zip |
Add "check-includes" to check-local.
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 0f934cf0f2..adeca6e43a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,7 +197,7 @@ doxygen: test: all $(top_builddir)/src/test/test -check-local: check-spaces check-changes +check-local: check-spaces check-changes check-includes need-chutney-path: @if test ! -d "$$CHUTNEY_PATH"; then \ |