mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
52ac479764
The ntlmssp_server code will be in common shortly, and aside from a symbol name or two, moving the client code causes no harm and makes less mess. We will also get the client code in common very soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
6 lines
152 B
Python
6 lines
152 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('UTIL_LSARPC',
|
|
source='util_lsarpc.c',
|
|
deps='NDR_LSA NDR_DRSBLOBS');
|