From f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 27 Apr 2011 09:42:51 +1000 Subject: auth/kerberos Move all the PAC handling functions to auth/kerberos --- libcli/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/auth/wscript_build') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 262d483e06..ab6ca4f94d 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -40,5 +40,5 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE', deps='asn1util') bld.SAMBA_SUBSYSTEM('KRB5_WRAP', - source='krb5_wrap.c kerberos_pac.c', + source='krb5_wrap.c', deps='gssapi_krb5 krb5 ndr-krb5pac com_err KRB5_PAC') -- cgit