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/kerberos/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/auth/kerberos/wscript_build') diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 0c1828a55b..f5f615c004 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -7,3 +7,9 @@ bld.SAMBA_SUBSYSTEM('KERBEROS', deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET LIBNDR' ) +bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL', + autoproto='kerberos_util.h', + source='kerberos_util.c', + deps='KERBEROS com_err ldb SECRETS', + ) + -- cgit