build: Add missing 'makefile.am'.
* scm/mcron/makefile.am: New file. * .gitignore: Ignore 'mcron' only in the top-level directory.
This commit is contained in:
		
					parent
					
						
							
								bc38f2add2
							
						
					
				
			
			
				commit
				
					
						b3202cecf6
					
				
			
		
					 2 changed files with 16 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -13,7 +13,7 @@ depcomp
 | 
				
			||||||
install-sh
 | 
					install-sh
 | 
				
			||||||
makefile
 | 
					makefile
 | 
				
			||||||
makefile.in
 | 
					makefile.in
 | 
				
			||||||
mcron
 | 
					/mcron
 | 
				
			||||||
mcron.c
 | 
					mcron.c
 | 
				
			||||||
mcron.info
 | 
					mcron.info
 | 
				
			||||||
*.o
 | 
					*.o
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										15
									
								
								scm/mcron/makefile.am
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								scm/mcron/makefile.am
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,15 @@
 | 
				
			||||||
 | 
					EXTRA_DIST = main.scm mcron-core.scm vixie-specification.scm \
 | 
				
			||||||
 | 
					             crontab.scm environment.scm job-specifier.scm redirect.scm \
 | 
				
			||||||
 | 
					             vixie-time.scm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pkgdata_DATA = core.scm environment.scm job-specifier.scm redirect.scm \
 | 
				
			||||||
 | 
					               vixie-time.scm vixie-specification.scm config.scm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# If you're wondering, the configure script keeps deleting all files with a name
 | 
				
			||||||
 | 
					# like core.*, so we have to keep re-making it (I lost a good day's work because
 | 
				
			||||||
 | 
					# of this).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					core.scm : mcron-core.scm
 | 
				
			||||||
 | 
						$(CP) mcron-core.scm core.scm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue