Browse Source

Add checkSpace to dist

Nick Mathewson 7 years ago
parent
commit
1c5f2ee7c0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.am

+ 2 - 1
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'