mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
1c798aba40
SMB_SUBSYSTEM() scheme
- some const fixes in ntvfs
metze
(This used to be commit af89a78123
)
10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
dnl # AUTH Server subsystem
|
|
|
|
SMB_MODULE(auth_sam,AUTH,STATIC,[auth/auth_sam.o])
|
|
SMB_MODULE(auth_builtin,AUTH,STATIC,[auth/auth_builtin.o])
|
|
SMB_MODULE(auth_unix,AUTH,STATIC,[auth/auth_unix.o])
|
|
|
|
SMB_SUBSYSTEM(AUTH,auth/auth.o,
|
|
[auth/auth_ntlmssp.o auth/auth_util.o auth/pampass.o auth/pass_check.o auth/auth_compat.o],
|
|
auth/auth_public_proto.h)
|