The file is generated at build time. This change is needed to make
distcheck work without an error.
[...]
ERROR: files left in build directory after distclean:
./src/cron-paths.h
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
# If they are configurable, they are declared in configure script.
# Depends on this Makefile, because it uses make variables.
# CCD 2010/09/10 added CRON_HOSTNAME for clustered-cron.
+CLEANFILES = cron-paths.h
cron-paths.h: Makefile
@echo 'creating $@'
@sed >$@ 's/ *\\$$//' <<\END #\