diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 16:33:01 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-29 21:00:53 +0100 |
commit | 7cfe6e845878d67f578fa846e784c064a178d9c5 (patch) | |
tree | 660c8e3a3ff987762f69ff7198457f75b7fdc6bf /initd/Makemodule.am | |
parent | f844c4e2c22ea212bf8c0538443878f7586688be (diff) |
cleanup: move init specific stuff of init socket to initd
Signed-off-by: David Oberhollenzer <goliath@infraroot.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 8552e45..7e7fd37 100644 --- a/initd/Makemodule.am +++ b/initd/Makemodule.am @@ -1,5 +1,5 @@ init_SOURCES = initd/main.c initd/init.h initd/signal_linux.c initd/runsvc.c -init_SOURCES += initd/status.c initd/supervisor.c +init_SOURCES += initd/status.c initd/supervisor.c initd/initsock.c init_CPPFLAGS = $(AM_CPPFLAGS) init_CFLAGS = $(AM_CFLAGS) init_LDFLAGS = $(AM_LDFLAGS) |