summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-03 18:50:10 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-03 18:50:10 +0100
commit90612b9f1f5fe2d976356e4fa40293a245ebd6c5 (patch)
tree8beea20f8f9cd4206c90be092d911b026cd3db60 /Makefile.am
parent7ef490e3fc94e0b9025c98797fc014f07e21c4cc (diff)
build: Add 'sanity-check-next.py' to the distribution.
Reported by Vagrant Cascadian <vagrant@debian.org>. * Makefile.am (AUX_FILES): Add 'sanity-check-next.py'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f410af40941..28546be18ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -426,6 +426,7 @@ AUX_FILES = \
426 gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \ 426 gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \
427 gnu/packages/aux-files/pack-audit.c \ 427 gnu/packages/aux-files/pack-audit.c \
428 gnu/packages/aux-files/python/sanity-check.py \ 428 gnu/packages/aux-files/python/sanity-check.py \
429 gnu/packages/aux-files/python/sanity-check-next.py \
429 gnu/packages/aux-files/python/sitecustomize.py \ 430 gnu/packages/aux-files/python/sitecustomize.py \
430 gnu/packages/aux-files/renpy/renpy.in \ 431 gnu/packages/aux-files/renpy/renpy.in \
431 gnu/packages/aux-files/run-in-namespace.c 432 gnu/packages/aux-files/run-in-namespace.c