From 3045ecfa1df7506a826e53728231ca00451ccef4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Apr 2005 05:03:50 +0000 Subject: r6458: Split up NTLMSSP into a new directory, and into seperate files for the client and server logic code. In future, this may allow us to build only the NTLMSSP client, and not the server, but in the short-term, it allows me greater sainity in moving around these files. Andrew Bartlett (This used to be commit 2f22841c6753e3d5816c12bd463b71f74e1d8796) --- source4/build/smb_build/main.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index e42e15b1f8..3598d49f29 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -47,6 +47,7 @@ sub smb_build_main($) "nbt_server/config.mk", "auth/gensec/gensec.mk", "auth/kerberos/kerberos.mk", + "auth/ntlmssp/ntlmssp.mk", "libcli/auth/config.mk", "libcli/ldap/config.mk", "libcli/config.mk", -- cgit