Add checkSpace to dist

This commit is contained in:
Nick Mathewson 2016-12-19 13:03:39 -05:00
parent 2ebf1bd282
commit 1c5f2ee7c0
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ EXTRA_DIST+= \
LICENSE \
Makefile.nmake \
README \
ReleaseNotes
ReleaseNotes \
scripts/maint/checkSpace.pl
## This tells etags how to find mockable function definitions.
AM_ETAGSFLAGS=--regex='{c}/MOCK_IMPL([^,]+,\W*\([a-zA-Z0-9_]+\)\W*,/\1/s'