diff options
author | Simo Sorce <idra@samba.org> | 2012-03-31 03:23:19 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:42 +0200 |
commit | a46e465ce0d05d9b2e0ff016aa8db14dc149153b (patch) | |
tree | 5e0871f0ab91bcc5de49784957719094946f420d /source4/auth/kerberos/wscript_build | |
parent | aedbd6bf8e4029c2089652d0f0a80777bc856f89 (diff) | |
download | samba-a46e465ce0d05d9b2e0ff016aa8db14dc149153b.tar.gz samba-a46e465ce0d05d9b2e0ff016aa8db14dc149153b.tar.bz2 samba-a46e465ce0d05d9b2e0ff016aa8db14dc149153b.zip |
s4-auth-krb: Remove unneded dependency on kerberos_util.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth/kerberos/wscript_build')
-rwxr-xr-x | source4/auth/kerberos/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 075c7b48b4..28269c54b4 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 KERBEROS_UTIL', + deps='authkrb5 samba-credentials', ) |