commit 1c5f2ee7c00999d1efc4ee2c3c1db17f92bc0662 Author: Nick Mathewson nickm@torproject.org Date: Mon Dec 19 13:03:39 2016 -0500
Add checkSpace to dist --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index 007a2e8..b6e4e53 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'
tor-commits@lists.torproject.org