aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-19 13:03:39 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-19 13:03:39 -0500
commit1c5f2ee7c00999d1efc4ee2c3c1db17f92bc0662 (patch)
tree22a9ad518c396e13da2fc13fc535e416ea63e806
parent2ebf1bd2821023184a4e515a57e4df429affe32c (diff)
downloadtor-1c5f2ee7c00999d1efc4ee2c3c1db17f92bc0662.tar.gz
tor-1c5f2ee7c00999d1efc4ee2c3c1db17f92bc0662.zip
Add checkSpace to dist
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 007a2e82bb..b6e4e53de7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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'