diff options
author | Simo Sorce <idra@samba.org> | 2012-04-26 15:05:11 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:28 +0200 |
commit | c2f663263c60e6a4b83d85d70fc1e091d77618f5 (patch) | |
tree | d6ef6da7b4ec8ea227111820d3466710048aa1be /lib/krb5_wrap/wscript_build | |
parent | 94b9af6ac6e7d524398d971c44cc5569cf70346f (diff) | |
download | samba-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 'lib/krb5_wrap/wscript_build')
-rwxr-xr-x | lib/krb5_wrap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5_wrap/wscript_build b/lib/krb5_wrap/wscript_build index c585819834..2a61f5633f 100755 --- a/lib/krb5_wrap/wscript_build +++ b/lib/krb5_wrap/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('krb5samba', - source='krb5_samba.c', + source='krb5_samba.c keytab_util.c', deps='samba-util asn1util talloc krb5 com_err', private_library=True ) |