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:
		
					parent
					
						
							
								74babba80e
							
						
					
				
			
			
				commit
				
					
						19d68f7dd6
					
				
			
		
					 3 changed files with 6 additions and 7 deletions
				
			
		|  | @ -23,15 +23,15 @@ AM_CPPFLAGS = -DPACKAGE_LOAD_PATH=\"$(moduledir)\" | |||
| AM_CFLAGS = @GUILE_CFLAGS@ | ||||
| LDADD = @GUILE_LIBS@ | ||||
| 
 | ||||
| mcron_SOURCES = src/mcron.c | ||||
| mcron_SOURCES = src/wrapper.c | ||||
| mcron_CPPFLAGS = $(AM_CPPFLAGS) -DPROGRAM="\"mcron\"" | ||||
| mcron_DEPENDENCIES = $(modules:%.scm=%.go) | ||||
| 
 | ||||
| cron_SOURCES = src/mcron.c | ||||
| cron_SOURCES = src/wrapper.c | ||||
| cron_CPPFLAGS = $(AM_CPPFLAGS) -DPROGRAM="\"cron\"" | ||||
| cron_DEPENDENCIES = $(modules:%.scm=%.go) | ||||
| 
 | ||||
| crontab_SOURCES = src/mcron.c | ||||
| crontab_SOURCES = src/wrapper.c | ||||
| crontab_CPPFLAGS = $(AM_CPPFLAGS) -DPROGRAM="\"crontab\"" | ||||
| crontab_DEPENDENCIES = $(modules:%.scm=%.go) | ||||
| 
 | ||||
|  |  | |||
|  | @ -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]) | ||||
|  |  | |||
|  | @ -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. | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mathieu Lirzin
				Mathieu Lirzin