summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/gensec/SConscript')
-rw-r--r--source4/auth/gensec/SConscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/auth/gensec/SConscript b/source4/auth/gensec/SConscript
new file mode 100644
index 00000000000..1e92dd92e36
--- /dev/null
+++ b/source4/auth/gensec/SConscript
@@ -0,0 +1,8 @@
+Import('hostenv')
+
+hostenv.StaticLibrary('gensec',['gensec.c'])
+hostenv.StaticLibrary('gensec_krb5',['gensec_krb5.c'])
+hostenv.StaticLibrary('gensec_gssapi',['gensec_gssapi.c'])
+hostenv.StaticLibrary('gensec_spnego',['spnego.c'])
+hostenv.StaticLibrary('gensec_schannel',['schannel.c','schannel_sign.c'])
+hostenv.StaticLibrary('schanneldb',['schannel_state.c'])