diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-21 18:24:31 +0200 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:51 +0300 |
commit | 0a6e568344adb66e5f20ce61f106d791886fcb35 (patch) | |
tree | 06cb665b5b9139243ce8059a7bedb29f7ae11503 /lib/krb5_wrap/wscript_build | |
parent | c1444c3839573793c24244da8572e6c8468c927f (diff) | |
download | samba-0a6e568344adb66e5f20ce61f106d791886fcb35.tar.gz samba-0a6e568344adb66e5f20ce61f106d791886fcb35.tar.bz2 samba-0a6e568344adb66e5f20ce61f106d791886fcb35.zip |
krb5samba: Add smb_gss_oid_equal wrapper.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/krb5_wrap/wscript_build')
-rwxr-xr-x | lib/krb5_wrap/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/krb5_wrap/wscript_build b/lib/krb5_wrap/wscript_build index f5190bc001..961a0a44c4 100755 --- a/lib/krb5_wrap/wscript_build +++ b/lib/krb5_wrap/wscript_build @@ -5,7 +5,7 @@ if bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'): add_deps = ' asn1' bld.SAMBA_LIBRARY('krb5samba', - source='krb5_samba.c keytab_util.c', - deps='samba-util asn1util talloc krb5 com_err' + add_deps, + source='krb5_samba.c gss_samba.c keytab_util.c', + deps='samba-util asn1util talloc krb5 com_err gssapi' + add_deps, private_library=True ) |