diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-18 14:57:07 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | b1d5dc91959858b1f3e822752e4026ab745d97df (patch) | |
tree | d3e5b96749706410ea489912ecc7437e8d92fb4a /source3/wscript_build | |
parent | a445051449f5d6f18b1d0aac031086139279cf30 (diff) | |
download | samba-b1d5dc91959858b1f3e822752e4026ab745d97df.tar.gz samba-b1d5dc91959858b1f3e822752e4026ab745d97df.tar.bz2 samba-b1d5dc91959858b1f3e822752e4026ab745d97df.zip |
s3-waf: Link LIBNTLMSSP only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 219bec9270..7122d5294a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -829,7 +829,7 @@ bld.SAMBA3_LIBRARY('smbd_shim', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='NDR_NTLMSSP NTLMSSP_COMMON gensec', + deps='NDR_NTLMSSP NTLMSSP_COMMON', vars=locals()) bld.SAMBA3_SUBSYSTEM('auth_generic', |