diff options
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 43a1ef4347..3958318520 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -36,6 +36,18 @@ REQUIRED_SUBSYSTEMS = \ ####################### ####################### +# Start MODULE auth_domain +[MODULE::auth_domain] +INIT_FUNCTION = auth_domain_init +SUBSYSTEM = AUTH +INIT_OBJ_FILES = \ + auth/auth_domain.o +REQUIRED_SUBSYSTEMS = \ + NDR_NETLOGON LIBNDR +# End MODULE auth_winbind +####################### + +####################### # Start MODULE auth_developer [MODULE::auth_developer] INIT_FUNCTION = auth_developer_init |