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/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index 366f038030..4b49591589 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -20,7 +20,8 @@ SMB_INCLUDE_M4(lib/ldb/config.m4) SMB_INCLUDE_M4(lib/events/config.m4) SMB_INCLUDE_M4(lib/cmdline/config.m4) SMB_INCLUDE_M4(param/config.m4) -SMB_INCLUDE_M4(libcli/auth/gensec.m4) +SMB_INCLUDE_M4(auth/kerberos/kerberos.m4) +SMB_INCLUDE_M4(auth/gensec/gensec.m4) SMB_INCLUDE_M4(libcli/config.m4) SMB_INCLUDE_M4(librpc/config.m4) SMB_INCLUDE_M4(smbd/process_model.m4) -- cgit