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 /initd | |
| parent | 1ffc240b3f7668ff2fb4e72b6e15937824a6cf3e (diff) | |
Seperate init specific code from utility code
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'initd')
| -rw-r--r-- | initd/Makemodule.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/initd/Makemodule.am b/initd/Makemodule.am index 54ae43d..e6260f5 100644 --- a/initd/Makemodule.am +++ b/initd/Makemodule.am @@ -3,6 +3,6 @@ init_SOURCES += initd/status.c initd/supervisor.c  init_CPPFLAGS = $(AM_CPPFLAGS)  init_CFLAGS = $(AM_CFLAGS)  init_LDFLAGS = $(AM_LDFLAGS) -init_LDADD = libinit.a libcfg.a +init_LDADD = libinit.a libutil.a libcfg.a  sbin_PROGRAMS += init | 
