mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
da8674c72a
This is necessary because it has public headers. Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> Reviewed-By: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144
12 lines
525 B
Python
12 lines
525 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('TORTURE_DRS',
|
|
source='drs_init.c drs_util.c unit/prefixmap_tests.c unit/schemainfo_tests.c rpc/dssync.c rpc/msds_intid.c',
|
|
autoproto='proto.h',
|
|
subsystem='smbtorture',
|
|
init_function='torture_drs_init',
|
|
deps='samba-util ldb POPT_SAMBA samba-errors torture ldbsamba talloc dcerpc ndr NDR_DRSUAPI gensec samba-hostconfig RPC_NDR_DRSUAPI DSDB_MODULE_HELPERS asn1util samdb NDR_DRSBLOBS samba-credentials samdb-common LIBCLI_RESOLVE LP_RESOLVE torturemain',
|
|
internal_module=True
|
|
)
|
|
|