summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 01:49:03 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commitb2af2fd3de37296c5589fd5f34bb3353227272cd (patch)
tree7c82408ea816ba4fd4abf668d3720e555de7c428 /source4
parentdf76c3f1475f7df13f3771f6c23cae019bc10c8c (diff)
downloadsamba-b2af2fd3de37296c5589fd5f34bb3353227272cd.tar.gz
samba-b2af2fd3de37296c5589fd5f34bb3353227272cd.tar.bz2
samba-b2af2fd3de37296c5589fd5f34bb3353227272cd.zip
torture_local: Add missing dependency on socket_wrapper.
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/wscript_build2
-rw-r--r--source4/torture/local/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 574a3e6f44..813d53c67c 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -466,7 +466,7 @@ if not bld.CONFIG_SET('USING_SYSTEM_ROKEN'):
HEIMDAL_LIBRARY('roken',
ROKEN_SOURCE,
- includes='../heimdal/lib/roken ../heimdal/include ../../lib/socket_wrapper',
+ includes='../heimdal/lib/roken ../heimdal/include',
deps='resolv util',
vnum='19.0.1',
)
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index 11968158cf..894697ecad 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -5,6 +5,6 @@ bld.SAMBA_MODULE('TORTURE_LOCAL',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_local_init',
- deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb SAMDB nss_wrapper',
+ deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb SAMDB nss_wrapper socket_wrapper',
internal_module=True
)