build: Rename 'mcron.c' to 'wrapper.c'.

* src/mcron.c: Rename to ...
* src/wrapper.c: ... this.
* Makefile.am (mcron_SOURCES, cron_SOURCES, crontab_SOURCES): Adapt to it.
* configure.ac (AC_CONFIG_SRCDIR): Likewise.
This commit is contained in:
Mathieu Lirzin 2016-07-18 16:30:11 +02:00
commit 19d68f7dd6
No known key found for this signature in database
GPG key ID: 0ADEE10094604D37
3 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
/* mcron - run jobs at scheduled times
Copyright (C) 2015, 2016 Mathieu Lirzin
/* wrapper.c -- C code booting Guile
Copyright (C) 2003, 2014 Dale Mellor
Copyright (C) 2015, 2016 Mathieu Lirzin
This file is part of GNU Mcron.