s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
[amitay/samba.git] / source3 / wscript_build
index 266a0e3fad705754290b53d0c2cc5af01cf0ee32..42a12be0cb022986efd5080f013452e88b492f97 100755 (executable)
@@ -817,7 +817,7 @@ bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR',
 
 bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP',
                     source=LIBNTLMSSP_SRC,
-                    deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON',
+                    deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec_runtime',
                     vars=locals())
 
 bld.SAMBA3_LIBRARY('libsmb',