SummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2020-05-08 17:20:06 +0200
committerMathieu Lirzin <mthl@gnu.org>2020-05-08 17:38:21 +0200
commit39857ae8442853e4f7d89116da400ca24d58ba7b (patch)
tree03de8f0b409bfa55d0c3bb7acc0a831fefa9abfe
parentb0151cad38a7f71b5888f393db9b7d2673b67b52 (diff)
downloadmcron-39857ae8442853e4f7d89116da400ca24d58ba7b.tar.gz
mcron-39857ae8442853e4f7d89116da400ca24d58ba7b.tar.bz2
mcron-39857ae8442853e4f7d89116da400ca24d58ba7b.zip
build: Distribute script source files
This allows 'make distcheck' to succeed. * Makefile.am (EXTRA_DIST): Add script source files.
-rwxr-xr-xMakefile.am3
1 files changed, 3 insertions, 0 deletions
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)