From fb6dae764630f7d5c6335d8a9ecf1b5262d0ca84 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 2 Oct 2019 09:32:26 +0000 Subject: [PATCH] Distribute copyright-year-gen, file-date-gen, and git-version-gen These scripts have to be distributed along with configure.ac since the latter uses them. * Makefile.am (EXTRA_DIST): Add copyright-year-gen, file-date-gen, and git-version-gen. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9e0d2ff0..7b5d4a8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,6 +416,7 @@ EXTRA_DIST = \ LGPL-2.1-or-later \ README-configure \ README-linux-ptrace \ + copyright-year-gen \ debian/changelog \ debian/compat \ debian/control \ @@ -430,8 +431,10 @@ EXTRA_DIST = \ debian/strace64.install \ debian/strace64.manpages \ debian/watch \ + file-date-gen \ gen_bpf_attr_check.sh \ generate_sen.sh \ + git-version-gen \ ioctl_iocdef.c \ ioctlsort.c \ linux/32/ioctls_inc.h \ -- 2.50.1