diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-24 23:09:19 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-24 23:10:39 +0200 |
commit | 9190345bf513e76996481bf7a7abdcb72e840d63 (patch) | |
tree | 724ba2f88a279b2a49900d0227cfc431c76a5569 /source4/heimdal_build | |
parent | d409c0b97bc1bb8eee92f78b7270b8611a179e13 (diff) | |
download | samba-9190345bf513e76996481bf7a7abdcb72e840d63.tar.gz samba-9190345bf513e76996481bf7a7abdcb72e840d63.tar.bz2 samba-9190345bf513e76996481bf7a7abdcb72e840d63.zip |
s4:heimdal: build samba4kgetcred
metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 780b149a99..acccf316f2 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -945,6 +945,11 @@ HEIMDAL_BINARY('samba4kinit', install=False ) +HEIMDAL_BINARY('samba4kgetcred', + 'kuser/kgetcred.c', + deps='krb5 heimntlm roken HEIMDAL_VERS hcrypto', + install=False + ) HEIMDAL_BINARY('samba4kpasswd', 'kpasswd/kpasswd.c', |