From c5ae0991528dfeb3dbd1539f5c9c2ed2f19990b9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 01:28:45 +0200 Subject: kerberos_util: Put into separate subsystem. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Oct 11 00:34:56 UTC 2010 on sn-devel-104 --- source4/auth/credentials/credentials_krb5.c | 1 + source4/auth/credentials/wscript_build | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/auth/credentials') diff --git a/source4/auth/credentials/credentials_krb5.c b/source4/auth/credentials/credentials_krb5.c index 6e11a5fb02..c678b80f87 100644 --- a/source4/auth/credentials/credentials_krb5.c +++ b/source4/auth/credentials/credentials_krb5.c @@ -28,6 +28,7 @@ #include "auth/credentials/credentials_proto.h" #include "auth/credentials/credentials_krb5.h" #include "auth/kerberos/kerberos_credentials.h" +#include "auth/kerberos/kerberos_util.h" #include "param/param.h" _PUBLIC_ int cli_credentials_get_krb5_context(struct cli_credentials *cred, diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index fad29c8f69..a8ef95fc14 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -1,9 +1,9 @@ #!/usr/bin/env python bld.SAMBA_SUBSYSTEM('CREDENTIALS', - source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c', + source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c', autoproto='credentials_proto.h', - public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB gssapi com_err', + public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS KERBEROS_UTIL UTIL_LDB gssapi com_err', public_headers='credentials.h', deps='SECRETS SAMDB' ) -- cgit