From: Dmitry V. Levin Date: Wed, 2 Oct 2019 09:32:26 +0000 (+0000) Subject: Distribute copyright-year-gen, file-date-gen, and git-version-gen X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb6dae764630f7d5c6335d8a9ecf1b5262d0ca84;p=strace 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. --- 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 \