From 2ecb46d595b880c533e2dafea43baf02f009bec6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:54:52 +0000 Subject: r11037: (This used to be commit 6913e338405a5aca5c70cf6e022532c596ed0a36) --- source4/auth/ntlmssp/SConscript | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source4/auth/ntlmssp/SConscript (limited to 'source4/auth/ntlmssp') diff --git a/source4/auth/ntlmssp/SConscript b/source4/auth/ntlmssp/SConscript new file mode 100644 index 0000000000..1fb21c02cd --- /dev/null +++ b/source4/auth/ntlmssp/SConscript @@ -0,0 +1,5 @@ +Import('hostenv') + +hostenv.StaticLibrary('gensec_ntlmssp', + ['ntlmssp_parse.c','ntlmssp.c','ntlmssp_sign.c','ntlmssp_client.c', + 'ntlmssp_server.c']) -- cgit