Add in support for the NTLMSSP version reply.
[ira/wip.git] / source4 / auth / ntlmssp / wscript_build
index ef4a95ab7933cd06c006979fcfa3e5f58d1ee3e3..a47bb6cd73824a2e23e0aadfffc7a447db3a941a 100644 (file)
@@ -5,7 +5,7 @@ bld.SAMBA_MODULE('gensec_ntlmssp',
        autoproto='proto.h',
        subsystem='gensec',
        init_function='gensec_ntlmssp_init',
-       deps='MSRPC_PARSE CREDENTIALS',
+       deps='MSRPC_PARSE CREDENTIALS NDR_NTLMSSP',
        internal_module=True
        )