summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-03 12:57:06 +1000
committerteor <teor@torproject.org>2019-12-03 12:57:06 +1000
commitdf6c5382ad0c3da45808bf67cec63f40942b561b (patch)
tree9cd001aa5cf067b4c96c96a48f23adc57f325653 /Makefile.am
parenta4c22164c022aee8db962a08039bc6f1c3905585 (diff)
parent92a6803e1d20244a98c205c46a4215a67259c7e7 (diff)
downloadtor-df6c5382ad0c3da45808bf67cec63f40942b561b.tar.gz
tor-df6c5382ad0c3da45808bf67cec63f40942b561b.zip
Merge branch 'pr-1569-squashed'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 38040a4e75..b01601ecc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,6 +168,13 @@ EXTRA_DIST+= \
ReleaseNotes \
scripts/maint/checkIncludes.py \
scripts/maint/checkSpace.pl \
+ scripts/maint/checkSpaceTest.sh \
+ scripts/maint/checkspace_tests/dubious.c \
+ scripts/maint/checkspace_tests/dubious.h \
+ scripts/maint/checkspace_tests/expected.txt \
+ scripts/maint/checkspace_tests/good_guard.h \
+ scripts/maint/checkspace_tests/same_guard.h \
+ scripts/maint/checkspace_tests/subdir/dubious.c \
scripts/maint/checkShellScripts.sh \
scripts/maint/practracker/README \
scripts/maint/practracker/exceptions.txt \