From 52ac479764e85296a6a6100d143104d78c51aa8b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2012 22:42:39 +1100 Subject: auth: Move the rest of the source4 gensec_ntlmssp code to the top level The ntlmssp_server code will be in common shortly, and aside from a symbol name or two, moving the client code causes no harm and makes less mess. We will also get the client code in common very soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- libcli/lsarpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/lsarpc') diff --git a/libcli/lsarpc/wscript_build b/libcli/lsarpc/wscript_build index feb3970041..c613d66a8c 100644 --- a/libcli/lsarpc/wscript_build +++ b/libcli/lsarpc/wscript_build @@ -2,4 +2,4 @@ bld.SAMBA_SUBSYSTEM('UTIL_LSARPC', source='util_lsarpc.c', - deps='NDR_LSA'); + deps='NDR_LSA NDR_DRSBLOBS'); -- cgit