summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-04-26 15:05:11 -0400
committerSimo Sorce <idra@samba.org>2012-05-04 16:51:28 +0200
commitc2f663263c60e6a4b83d85d70fc1e091d77618f5 (patch)
treed6ef6da7b4ec8ea227111820d3466710048aa1be /source4/auth/kerberos/wscript_build
parent94b9af6ac6e7d524398d971c44cc5569cf70346f (diff)
downloadsamba-c2f663263c60e6a4b83d85d70fc1e091d77618f5.tar.gz
samba-c2f663263c60e6a4b83d85d70fc1e091d77618f5.tar.bz2
samba-c2f663263c60e6a4b83d85d70fc1e091d77618f5.zip
Move keytab_copy to krb5samba lib
This is a helper fucntion that uses purely krb5 code, so it belongs to krb5samba which is the krb5 wrapper for samba.
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 aef7fc6605..0588bfb2e3 100755
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -6,7 +6,7 @@ bld.SAMBA_SUBSYSTEM('KRB_INIT_CTX',
)
bld.SAMBA_LIBRARY('authkrb5',
- source='kerberos_pac.c keytab_copy.c',
+ source='kerberos_pac.c',
autoproto='proto.h',
public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE asn1',
deps='auth_sam_reply tevent LIBPACKET ndr ldb krb5samba KRB_INIT_CTX KRB5_PAC errors',