mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
13 lines
450 B
Python
13 lines
450 B
Python
Import('hostenv')
|
|
|
|
hostenv.StaticLibrary('auth_sam.c')
|
|
hostenv.StaticLibrary('auth_anonymous.c')
|
|
hostenv.StaticLibrary('auth_winbind.c')
|
|
hostenv.StaticLibrary('auth_domain.c')
|
|
hostenv.StaticLibrary('auth_developer.c')
|
|
hostenv.StaticLibrary('auth_unix.c')
|
|
hostenv.StaticLibrary('pam_errors.c')
|
|
hostenv.StaticLibrary('auth',['auth.c','auth_util.c','auth_sam_reply.c','ntlm_check.c'])
|
|
|
|
SConscript(dirs=['ntlmssp','kerberos','gensec'],exports='hostenv')
|