diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-04 15:02:11 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-04 15:02:11 +0100 |
commit | c0e8c7e245c09598478302155b37a15f3370571f (patch) | |
tree | c2e4d7d62f00c8de12d08d9d469b8c31b3f1e21d /initd/Makemodule.am | |
parent | 074fe20a4761e284af2aa46f978f48410cfa60c5 (diff) |
cleanup: let rdline_init open the file
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'initd/Makemodule.am')
-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 e6260f5..8552e45 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 libutil.a libcfg.a +init_LDADD = libinit.a libcfg.a libutil.a sbin_PROGRAMS += init |