summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 02:05:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 02:06:03 +0000
commitd74e0adb3041036e8e89d4265a67a455354bc308 (patch)
tree85a53b4562514652fd11e9c60b36d33ecb3a8fb1 /source4/auth/kerberos
parentc5ae0991528dfeb3dbd1539f5c9c2ed2f19990b9 (diff)
downloadsamba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.gz
samba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.bz2
samba-d74e0adb3041036e8e89d4265a67a455354bc308.zip
credentials: Split up into several subsystems.
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r--source4/auth/kerberos/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build
index f5f615c004..8736b24366 100644
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -10,6 +10,6 @@ bld.SAMBA_SUBSYSTEM('KERBEROS',
bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL',
autoproto='kerberos_util.h',
source='kerberos_util.c',
- deps='KERBEROS com_err ldb SECRETS',
+ deps='KERBEROS com_err ldb CREDENTIALS_KRB5 SECRETS',
)