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.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 405f776830..7e7d4f026d 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -58,7 +58,7 @@ INIT_OBJ_FILES = \
#######################
#######################
-# Start MODULE auth_developer
+# Start MODULE auth_unix
[MODULE::auth_unix]
INIT_FUNCTION = auth_unix_init
SUBSYSTEM = AUTH
@@ -66,9 +66,12 @@ INIT_OBJ_FILES = \
auth/auth_unix.o
REQUIRED_SUBSYSTEMS = \
EXT_LIB_CRYPT EXT_LIB_PAM PAM_ERRORS
-# End MODULE auth_developer
+# End MODULE auth_unix
#######################
+[SUBSYSTEM::PAM_ERRORS]
+OBJ_FILES = auth/pam_errors.o
+
#######################
# Start SUBSYSTEM AUTH
[SUBSYSTEM::AUTH]