mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
c9d929af8b
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');
|