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.mk18
1 files changed, 11 insertions, 7 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 6586fbfe5d..7e2a0ea2cc 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -4,19 +4,23 @@ include kerberos/config.mk
include ntlmssp/config.mk
include credentials/config.mk
+[SUBSYSTEM::auth_sam]
+PRIVATE_PROTO_HEADER = auth_sam.h
+OBJ_FILES = \
+ sam.o \
+ auth_sam_reply.o
+PUBLIC_DEPENDENCIES = \
+ SAMDB
+
#######################
# Start MODULE auth_sam
-[MODULE::auth_sam]
+[MODULE::auth_sam_module]
# gensec_krb5 and gensec_gssapi depend on it
-OUTPUT_TYPE = MERGEDOBJ
-PRIVATE_PROTO_HEADER = auth_sam.h
INIT_FUNCTION = auth_sam_init
SUBSYSTEM = auth
-OBJ_FILES = \
- auth_sam.o \
- auth_sam_reply.o
+OBJ_FILES = auth_sam.o
PUBLIC_DEPENDENCIES = \
- SAMDB
+ SAMDB auth_sam
# End MODULE auth_sam
#######################