diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-21 12:01:39 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-21 12:01:39 +0100 |
commit | bf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac (patch) | |
tree | f7cc8b6ec19f45dd98bfb94b40952cd3ef0282d9 /crond/Makemodule.am | |
parent | dc6358b0e1d0dca85c5d7114973adcff7ed36bfb (diff) |
Remove cron daemon, rewritten and split off into seperate repo
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crond/Makemodule.am')
-rw-r--r-- | crond/Makemodule.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/crond/Makemodule.am b/crond/Makemodule.am deleted file mode 100644 index b2eb1c7..0000000 --- a/crond/Makemodule.am +++ /dev/null @@ -1,11 +0,0 @@ -if GCROND -gcrond_SOURCES = crond/main.c crond/gcrond.h crond/runjob.c -gcrond_SOURCES += crond/rdcron.c crond/delcron.c crond/crontab.c -gcrond_SOURCES += crond/cronscan.c crond/crontab.h -gcrond_CPPFLAGS = $(AM_CPPFLAGS) -gcrond_CFLAGS = $(AM_CFLAGS) -gcrond_LDFLAGS = $(AM_LDFLAGS) -gcrond_LDADD = libcfg.a libutil.a - -sbin_PROGRAMS += gcrond -endif |