summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:39:01 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commit27630134ac02b1ad6a981789d9bf5930a7d53452 (patch)
treedcb57845b1abbcacba86bb4839cd4fdd6b1742fd
parent1ffc082100ffc78592a0a4b22bec335d25fd7bef (diff)
downloadsamba-27630134ac02b1ad6a981789d9bf5930a7d53452.tar.gz
samba-27630134ac02b1ad6a981789d9bf5930a7d53452.tar.bz2
samba-27630134ac02b1ad6a981789d9bf5930a7d53452.zip
s3-waf: Link ntlm_auth only against needed subsystems.
-rwxr-xr-xsource3/wscript_build12
1 files changed, 8 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 60df5af485..25b542780c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1602,10 +1602,14 @@ bld.SAMBA3_BINARY('versiontest',
bld.SAMBA3_BINARY('ntlm_auth' + bld.env.suffix3,
source=NTLM_AUTH_SRC,
- deps='''tdb_compat talloc cap KRB5_WRAP k5crypto wbclient param smbd_shim
- samba3core LIBNTLMSSP popt_samba3 asn1util LIBTSOCKET
- pdb winbind-client LIBINIPARSER LIBADS_SERVER
- NDR_SAMR NDR_LSA NDR_NETLOGON cli-ldap-common LIBNMB SLCACHE SPNEGO_PARSE KRBCLIENT libsmb''',
+ deps='''
+ talloc
+ KRB5_WRAP
+ LIBINIPARSER
+ SLCACHE
+ libsmb
+ popt_samba3
+ LIBADS_SERVER''',
vars=locals())
bld.SAMBA3_BINARY('timelimit',