summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/kerberos/SConscript')
-rw-r--r--source4/auth/kerberos/SConscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/auth/kerberos/SConscript b/source4/auth/kerberos/SConscript
new file mode 100644
index 0000000000..8272f1c24a
--- /dev/null
+++ b/source4/auth/kerberos/SConscript
@@ -0,0 +1,6 @@
+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'])