mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
256349d827
it doesn't need to depend on the kitchen sink Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
12 lines
514 B
Python
12 lines
514 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 errors torture LDBSAMBA talloc dcerpc ndr NDR_DRSUAPI gensec samba-hostconfig RPC_NDR_DRSUAPI DSDB_MODULE_HELPERS ASN1_UTIL SAMDB NDR_DRSBLOBS CREDENTIALS samdb-common LIBCLI_RESOLVE LP_RESOLVE torturemain',
|
|
internal_module=True
|
|
)
|
|
|