diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2020-05-08 18:43:42 +0200 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2020-05-08 20:45:16 +0100 |
commit | bc18db895064d9d0516b784ecac5270282c21d30 (patch) | |
tree | 03de8f0b409bfa55d0c3bb7acc0a831fefa9abfe /Makefile.am | |
parent | 9781507defd8ddd652653386eddbc5fc371e4742 (diff) | |
download | mcron-bc18db895064d9d0516b784ecac5270282c21d30.tar.gz mcron-bc18db895064d9d0516b784ecac5270282c21d30.tar.bz2 mcron-bc18db895064d9d0516b784ecac5270282c21d30.zip |
build: Distribute script source files
This allows 'make distcheck' to succeed.
* Makefile.am (EXTRA_DIST): Add script source files.
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 3 |
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) |