summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-24 22:29:12 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:05 +1000
commit026690af0076d84947ea60a3a20d0bba972e67db (patch)
treea6d925a91289addf27dc8a47064a4a785c5a4687 /source4/torture/local
parenteba9a54927dc363602389adac5c6edf09909fb65 (diff)
downloadsamba-026690af0076d84947ea60a3a20d0bba972e67db.tar.gz
samba-026690af0076d84947ea60a3a20d0bba972e67db.tar.xz
samba-026690af0076d84947ea60a3a20d0bba972e67db.zip
s4-waf: remove the need for some of the lib aliases
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index 785101ed79..0047cfaac3 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -3,6 +3,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 NSS_WRAPPER ldb SAMDB SOCKET_WRAPPER',
+ deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION NSS_WRAPPER ldb SAMDB SOCKET_WRAPPER',
internal_module=True
)