mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett
6 lines
139 B
Python
6 lines
139 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('UTIL_LSARPC',
|
|
source='util_lsarpc.c',
|
|
deps='NDR_LSA');
|