summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-05-21 18:24:31 +0200
committerAlexander Bokovoy <ab@samba.org>2012-05-23 17:51:51 +0300
commit0a6e568344adb66e5f20ce61f106d791886fcb35 (patch)
tree06cb665b5b9139243ce8059a7bedb29f7ae11503 /lib/krb5_wrap/wscript_build
parentc1444c3839573793c24244da8572e6c8468c927f (diff)
downloadsamba-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-xlib/krb5_wrap/wscript_build4
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
)