diff options
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk new file mode 100644 index 0000000000..c9b47e745b --- /dev/null +++ b/source4/auth/config.mk @@ -0,0 +1,30 @@ +# AUTH Server subsystem + +####################### +# Start MODULE auth_sam +[MODULE::auth_sam] +INIT_OBJ_FILES = \ + auth/auth_sam.o +# End MODULE auth_sam +####################### + +####################### +# Start MODULE auth_builtin +[MODULE::auth_builtin] +INIT_OBJ_FILES = \ + auth/auth_builtin.o +# End MODULE auth_builtin +####################### + +####################### +# Start SUBSYSTEM AUTH +[SUBSYSTEM::AUTH] +INIT_OBJ_FILES = \ + auth/auth.o +ADD_OBJ_FILES = \ + auth/auth_ntlmssp.o \ + auth/auth_util.o \ + auth/pampass.o \ + auth/pass_check.o +# End SUBSYSTEM AUTH +####################### |