summaryrefslogtreecommitdiff
path: root/source4/auth/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/SConscript')
-rw-r--r--source4/auth/SConscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/auth/SConscript b/source4/auth/SConscript
index b17b8e580b..298092834b 100644
--- a/source4/auth/SConscript
+++ b/source4/auth/SConscript
@@ -1 +1,12 @@
Import('hostenv')
+
+hostenv.StaticLibrary('auth_sam.c')
+hostenv.StaticLibrary('auth_anonymous.c')
+hostenv.StaticLibrary('auth_winbind.c')
+hostenv.StaticLibrary('auth_domain.c')
+hostenv.StaticLibrary('auth_developer.c')
+hostenv.StaticLibrary('auth_unix.c')
+hostenv.StaticLibrary('pam_errors.c')
+hostenv.StaticLibrary('auth',['auth.c','auth_util.c','auth_sam_reply.c','ntlm_check.c'])
+
+SConscript(dirs=['ntlmssp','kerberos','gensec'],exports='hostenv')