From 7cabdeb7ec84c7c0b3e9b907e19f4e240b7fc4ca Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 29 Mar 2005 08:24:03 +0000 Subject: r6113: Move GENSEC and the kerberos code out of libcli/auth, and into auth/gensec and auth/kerberos. This also pulls the kerberos configure code out of libads (which is otherwise dead), and into auth/kerberos/kerberos.m4 Andrew Bartlett (This used to be commit e074d63f3dcf4f84239a10879112ebaf1cfa6c4f) --- source4/build/smb_build/main.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 381c548ac1..1dee5be910 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -44,7 +44,8 @@ sub smb_build_main($) "ldap_server/config.mk", "winbind/config.mk", "nbt_server/config.mk", - "libcli/auth/gensec.mk", + "auth/gensec/gensec.mk", + "auth/kerberos/kerberos.mk", "libcli/auth/config.mk", "libcli/ldap/config.mk", "libcli/config.mk", -- cgit