summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-15 20:03:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:11 -0500
commit85263c3061a4d086c9ab92b67238477cae15584f (patch)
treebaeeb52ae1c536bd6828828f78bba2f026112a23 /source4/auth/config.mk
parentfd619b4fb3a9a5c05df765d2cf57a042a4d5da2d (diff)
downloadsamba-85263c3061a4d086c9ab92b67238477cae15584f.tar.gz
samba-85263c3061a4d086c9ab92b67238477cae15584f.tar.bz2
samba-85263c3061a4d086c9ab92b67238477cae15584f.zip
r10246: Remove unused function
Move auth-specific file to auth/ (This used to be commit 8aa9711a306b30da905f53148ebe352462852d74)
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]