summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-18 14:57:07 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:27 +0100
commitb1d5dc91959858b1f3e822752e4026ab745d97df (patch)
treed3e5b96749706410ea489912ecc7437e8d92fb4a
parenta445051449f5d6f18b1d0aac031086139279cf30 (diff)
downloadsamba-b1d5dc91959858b1f3e822752e4026ab745d97df.tar.gz
samba-b1d5dc91959858b1f3e822752e4026ab745d97df.tar.bz2
samba-b1d5dc91959858b1f3e822752e4026ab745d97df.zip
s3-waf: Link LIBNTLMSSP only against needed subsystems.
-rwxr-xr-xsource3/wscript_build2
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',