1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-03 05:49:28 +03:00
Files
samba-mirror/libcli/lsarpc/wscript_build
Stefan Metzmacher 2bf1e67168 libcli/lsarpc: add trust_forest_info_{from,to}_lsa()
They will replace the dsdb_trust_forest_info_{from,to}_lsa() functions.
They are just copied over.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2025-02-22 16:00:35 +00:00

6 lines
167 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('UTIL_LSARPC',
source='util_lsarpc.c',
deps='samba-security NDR_LSA NDR_DRSBLOBS');