mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
but final linking still fails (as does generating files asn1, et, idl and proto files) (This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
6 lines
152 B
Python
6 lines
152 B
Python
Import('hostenv')
|
|
|
|
hostenv.StaticLibrary('gensec_ntlmssp',
|
|
['ntlmssp_parse.c','ntlmssp.c','ntlmssp_sign.c','ntlmssp_client.c',
|
|
'ntlmssp_server.c'])
|