aboutsummaryrefslogtreecommitdiff
path: root/initd/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-05-13 19:13:04 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-05-14 01:26:14 +0200
commitdbe89195b258c1101b5dd37dfbf5f0d71c25e0fa (patch)
tree6a4192ebe460b8a64f739209bc0269933304da9b /initd/Makemodule.am
parentf731537024c367368b728ed01c9232c3b1951589 (diff)
initd: split configuration handling into "config.c"
This commit splits off only the handling of the service configuration and handling of the run time state and adds an abstraction layer in the form of functions that have to be called to access the data. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/Makemodule.am')
-rw-r--r--initd/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/initd/Makemodule.am b/initd/Makemodule.am
index 9f4b872..6f6b523 100644
--- a/initd/Makemodule.am
+++ b/initd/Makemodule.am
@@ -1,4 +1,4 @@
-init_SOURCES = initd/main.c initd/init.h initd/runsvc.c
+init_SOURCES = initd/main.c initd/init.h initd/runsvc.c initd/config.c
init_CPPFLAGS = $(AM_CPPFLAGS)
init_CFLAGS = $(AM_CFLAGS)
init_LDFLAGS = $(AM_LDFLAGS)