diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 11:28:22 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 256349d827517eba15ee4d0fbae725eace352c64 (patch) | |
tree | 932da58b82bcd6ae05c48a3adf78f9fd9477787e /source4/torture/drs | |
parent | a57e0ae7031971f45f41cf88c4a1573e8646681b (diff) | |
download | samba-256349d827517eba15ee4d0fbae725eace352c64.tar.gz samba-256349d827517eba15ee4d0fbae725eace352c64.tar.bz2 samba-256349d827517eba15ee4d0fbae725eace352c64.zip |
s4-torture: simplify the depenencies for TORTURE_DRS
it doesn't need to depend on the kitchen sink
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/drs')
-rw-r--r-- | source4/torture/drs/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/wscript_build b/source4/torture/drs/wscript_build index 8b3375b548..f952dfb88d 100644 --- a/source4/torture/drs/wscript_build +++ b/source4/torture/drs/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_MODULE('TORTURE_DRS', autoproto='proto.h', subsystem='smbtorture', init_function='torture_drs_init', - deps='RPC_NDR_UNIXINFO dcerpc-samr RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL RPC_NDR_NETLOGON dcerpc-atsvc RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_EPMAPPER RPC_NDR_DFS RPC_NDR_FRSAPI RPC_NDR_SPOOLSS RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_ROT RPC_NDR_DSSETUP RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER RPC_NDR_NTSVCS WB_HELPER samba-net LIBCLI_AUTH POPT_CREDENTIALS TORTURE_LDAP TORTURE_UTIL TORTURE_RAP dcerpc_server service process_model ntvfs SERVICE_SMB RPC_NDR_BROWSER LIBCLI_DRSUAPI DSDB_MODULE_HELPERS', + 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 ) |