summaryrefslogtreecommitdiff
path: root/crond/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-04 15:37:15 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-04 15:37:15 +0100
commit5923ad488a1eb3c41e07cf598c1251ce07ea6c04 (patch)
tree90d9fadd7ed812c2402a73546e231a81ea028a10 /crond/Makemodule.am
parentb864c727c835359b4acbcbf05563da84c33380f0 (diff)
Move cron library code to crond
Nothing else uses it. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crond/Makemodule.am')
-rw-r--r--crond/Makemodule.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/crond/Makemodule.am b/crond/Makemodule.am
index fb52b9a..b2eb1c7 100644
--- a/crond/Makemodule.am
+++ b/crond/Makemodule.am
@@ -1,9 +1,11 @@
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 = libcron.a libcfg.a libutil.a
+gcrond_LDADD = libcfg.a libutil.a
sbin_PROGRAMS += gcrond
endif