diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-27 22:00:22 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-28 22:39:19 +1100 |
commit | 9a085b0b80d1528e2b7a65ae8a4647cffff74a0c (patch) | |
tree | 7e8307b09beec2246d895ddb0591214c3b6a9a09 /source4/auth/kerberos/wscript_build | |
parent | 1baf91639919a96d305196da03e38097ed6ba46f (diff) | |
download | samba-9a085b0b80d1528e2b7a65ae8a4647cffff74a0c.tar.gz samba-9a085b0b80d1528e2b7a65ae8a4647cffff74a0c.tar.bz2 samba-9a085b0b80d1528e2b7a65ae8a4647cffff74a0c.zip |
auth/kerberos: Move gssapi_parse.c to the top level
This will help with writing a gensec module for the s3 gse layer.
Andrew Bartlett
Diffstat (limited to 'source4/auth/kerberos/wscript_build')
-rw-r--r-- | source4/auth/kerberos/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 90e8560573..989614e804 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -1,10 +1,10 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('authkrb5', - source='kerberos.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c', + source='kerberos.c kerberos_heimdal.c kerberos_pac.c krb5_init_context.c keytab_copy.c', autoproto='proto.h', public_deps='krb5 ndr-krb5pac samba_socket LIBCLI_RESOLVE com_err asn1', - deps='asn1util auth_sam_reply tevent LIBPACKET ndr ldb KRB5_WRAP errors', + deps='auth_sam_reply tevent LIBPACKET ndr ldb KRB5_WRAP errors', private_library=True ) |