summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 7a854a19a0..e9d5b7000c 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -4,6 +4,14 @@ include kerberos/config.mk
include ntlmssp/config.mk
include credentials/config.mk
+[SUBSYSTEM::auth_session]
+OBJ_FILES = session.o
+PUBLIC_PROTO_HEADER = session_proto.h
+
+[SUBSYSTEM::auth_system_session]
+OBJ_FILES = system_session.o
+PUBLIC_PROTO_HEADER = system_session_proto.h
+
[SUBSYSTEM::auth_sam]
PRIVATE_PROTO_HEADER = auth_sam.h
OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o
@@ -71,6 +79,7 @@ OBJ_FILES = \
auth_util.o \
auth_simple.o
PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
+PRIVATE_DEPENDENCIES = auth_session auth_system_session
# End SUBSYSTEM auth
#######################