summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-03-29 08:24:03 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-03-29 08:24:03 +0000
commitbc4a9a99416531c865c91755113455a8fe0c0a39 (patch)
tree76481cc89ff392c910059ccecc52bd9f7524bdeb /source/configure.in
parent27b7f56208393fd37d262e492086fd76369c6b05 (diff)
downloadsamba-bc4a9a99416531c865c91755113455a8fe0c0a39.tar.gz
samba-bc4a9a99416531c865c91755113455a8fe0c0a39.tar.xz
samba-bc4a9a99416531c865c91755113455a8fe0c0a39.zip
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
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 366f0380309..4b495915897 100644
--- a/source/configure.in
+++ b/source/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)