summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-03-31 05:19:59 -0400
committerAndreas Schneider <asn@samba.org>2012-04-12 12:06:42 +0200
commitf116262a733cdf24c13e7c44a54736a2755f8335 (patch)
tree5a513d1c327352c18668b078cdba2aa6889fa57d /source4/auth/kerberos/wscript_build
parenta46e465ce0d05d9b2e0ff016aa8db14dc149153b (diff)
downloadsamba-f116262a733cdf24c13e7c44a54736a2755f8335.tar.gz
samba-f116262a733cdf24c13e7c44a54736a2755f8335.tar.bz2
samba-f116262a733cdf24c13e7c44a54736a2755f8335.zip
s4-auth-krb: Remove dependency on credentials too.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth/kerberos/wscript_build')
-rwxr-xr-xsource4/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 28269c54b4..619626fe19 100755
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -17,5 +17,5 @@ bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL',
bld.SAMBA_SUBSYSTEM('KERBEROS_SRV_KEYTAB',
autoproto='kerberos_srv_keytab.h',
source='srv_keytab.c',
- deps='authkrb5 samba-credentials',
+ deps='authkrb5',
)