diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 18:12:22 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 18:12:22 +0100 |
commit | 05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a (patch) | |
tree | 9a7f15cf8245e9fe9f2011872f6bf2c3ba36f800 /source4/auth | |
parent | 50b0c5325e8197341c4757864bdd0b5906081916 (diff) | |
download | samba-05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a.tar.gz samba-05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a.tar.bz2 samba-05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a.zip |
s4: Always link in auth, as some of the core infrastructure depends on it.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk index 4792a26bfd..6a487f9b9e 100644 --- a/source4/auth/ntlm/config.mk +++ b/source4/auth/ntlm/config.mk @@ -76,6 +76,7 @@ PAM_ERRORS_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, pam_errors.o) [MODULE::auth] INIT_FUNCTION = server_service_auth_init SUBSYSTEM = service +OUTPUT_TYPE = MERGED_OBJ PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS auth_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth.o auth_util.o auth_simple.o) |