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

@ -23,7 +23,7 @@
AC_PREREQ(2.61)
AC_INIT([GNU Mcron], [1.0.8], [bug-mcron@gnu.org])
AC_CONFIG_SRCDIR([src/mcron.c])
AC_CONFIG_SRCDIR([src/wrapper.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([test-driver.scm])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Wno-override])