summaryrefslogtreecommitdiff
path: root/crond
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-04 14:27:28 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-04 14:30:16 +0100
commit34f542b7cc6e84403326acf145487a7d83175a11 (patch)
treef63accb7d3f22e5cae61dcdeb3b65add403d28cf /crond
parent1ffc240b3f7668ff2fb4e72b6e15937824a6cf3e (diff)
Seperate init specific code from utility code
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crond')
-rw-r--r--crond/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/crond/Makemodule.am b/crond/Makemodule.am
index 51960e9..6beeff1 100644
--- a/crond/Makemodule.am
+++ b/crond/Makemodule.am
@@ -3,7 +3,7 @@ gcrond_SOURCES = crond/main.c crond/gcrond.h crond/runjob.c
gcrond_CPPFLAGS = $(AM_CPPFLAGS)
gcrond_CFLAGS = $(AM_CFLAGS)
gcrond_LDFLAGS = $(AM_LDFLAGS)
-gcrond_LDADD = libcron.a libinit.a libcfg.a
+gcrond_LDADD = libcron.a libutil.a libcfg.a
sbin_PROGRAMS += gcrond
endif