diff options
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 9c14528572..56bc28c840 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -7,9 +7,9 @@ include credentials/config.mk ####################### # Start MODULE auth_sam [MODULE::auth_sam] +PRIVATE_PROTO_HEADER = auth_sam.h INIT_FUNCTION = auth_sam_init SUBSYSTEM = AUTH -NOPROTO = NO OBJ_FILES = \ auth_sam.o REQUIRED_SUBSYSTEMS = \ |