From 85263c3061a4d086c9ab92b67238477cae15584f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 15 Sep 2005 20:03:35 +0000 Subject: r10246: Remove unused function Move auth-specific file to auth/ (This used to be commit 8aa9711a306b30da905f53148ebe352462852d74) --- source4/auth/config.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source4/auth/config.mk') 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] -- cgit