From bc18db895064d9d0516b784ecac5270282c21d30 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 8 May 2020 18:43:42 +0200 Subject: build: Distribute script source files This allows 'make distcheck' to succeed. * Makefile.am (EXTRA_DIST): Add script source files. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index f63ff8f..b5c6260 100755 --- a/Makefile.am +++ b/Makefile.am @@ -148,6 +148,9 @@ EXTRA_DIST = \ bootstrap \ build-aux/guix.scm \ HACKING \ + src/cron.in \ + src/crontab.in \ + src/mcron.in \ tests/init.sh \ $(TESTS) -- cgit v1.2.3