diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2020-05-08 17:20:06 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2020-05-08 17:38:21 +0200 |
commit | 39857ae8442853e4f7d89116da400ca24d58ba7b (patch) | |
tree | 03de8f0b409bfa55d0c3bb7acc0a831fefa9abfe /Makefile.am | |
parent | b0151cad38a7f71b5888f393db9b7d2673b67b52 (diff) | |
download | mcron-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.
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) |