diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-04 14:27:28 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-04 14:30:16 +0100 |
commit | 34f542b7cc6e84403326acf145487a7d83175a11 (patch) | |
tree | f63accb7d3f22e5cae61dcdeb3b65add403d28cf /crond/Makemodule.am | |
parent | 1ffc240b3f7668ff2fb4e72b6e15937824a6cf3e (diff) |
Seperate init specific code from utility code
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crond/Makemodule.am')
-rw-r--r-- | crond/Makemodule.am | 2 |
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 |