summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 9272dda193..46808cba72 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -3,6 +3,7 @@
#######################
# Start MODULE auth_sam
[MODULE::auth_sam]
+INIT_FUNCTION = auth_sam_init
INIT_OBJ_FILES = \
auth/auth_sam.o
REQUIRED_SUBSYSTEMS = \
@@ -13,6 +14,7 @@ REQUIRED_SUBSYSTEMS = \
#######################
# Start MODULE auth_builtin
[MODULE::auth_builtin]
+INIT_FUNCTION = auth_builtin_init
INIT_OBJ_FILES = \
auth/auth_builtin.o
# End MODULE auth_builtin
@@ -21,6 +23,7 @@ INIT_OBJ_FILES = \
#######################
# Start MODULE auth_winbind
[MODULE::auth_winbind]
+INIT_FUNCTION = auth_winbind_init
INIT_OBJ_FILES = \
auth/auth_winbind.o
REQUIRED_SUBSYSTEMS = \
@@ -31,6 +34,7 @@ REQUIRED_SUBSYSTEMS = \
#######################
# Start SUBSYSTEM AUTH
[SUBSYSTEM::AUTH]
+INIT_FUNCTION = auth_init
INIT_OBJ_FILES = \
auth/auth.o
ADD_OBJ_FILES = \