diff options
Diffstat (limited to 'source4/auth/kerberos/SConscript')
-rw-r--r-- | source4/auth/kerberos/SConscript | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/auth/kerberos/SConscript b/source4/auth/kerberos/SConscript index 8272f1c24a..e69de29bb2 100644 --- a/source4/auth/kerberos/SConscript +++ b/source4/auth/kerberos/SConscript @@ -1,6 +0,0 @@ -Import('hostenv') - -hostenv.StaticLibrary('kerberos', - ['kerberos.c','clikrb5.c','kerberos_verify.c', - 'kerberos_util.c','kerberos_pac.c','gssapi_parse.c', - 'krb5_init_context.c']) |