summaryrefslogtreecommitdiff
path: root/libcli/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-27 09:42:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-27 11:56:48 +1000
commitf0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5 (patch)
tree947bb3e4642e0c6257f131d825e239a51f361cd9 /libcli/auth/wscript_build
parent6ec4306f8c3fed7ec5b5bd164c5829b2661589b7 (diff)
downloadsamba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.tar.gz
samba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.tar.bz2
samba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.zip
auth/kerberos Move all the PAC handling functions to auth/kerberos
Diffstat (limited to 'libcli/auth/wscript_build')
-rw-r--r--libcli/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
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')