summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 18:12:22 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 18:12:22 +0100
commit05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a (patch)
tree9a7f15cf8245e9fe9f2011872f6bf2c3ba36f800 /source4/auth
parent50b0c5325e8197341c4757864bdd0b5906081916 (diff)
downloadsamba-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.mk1
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)