summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/SConscript6
-rw-r--r--source4/auth/ntlmssp/SConscript5
2 files changed, 0 insertions, 11 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'])
diff --git a/source4/auth/ntlmssp/SConscript b/source4/auth/ntlmssp/SConscript
index 1fb21c02cd..e69de29bb2 100644
--- a/source4/auth/ntlmssp/SConscript
+++ b/source4/auth/ntlmssp/SConscript
@@ -1,5 +0,0 @@
-Import('hostenv')
-
-hostenv.StaticLibrary('gensec_ntlmssp',
- ['ntlmssp_parse.c','ntlmssp.c','ntlmssp_sign.c','ntlmssp_client.c',
- 'ntlmssp_server.c'])