From 05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 22 Dec 2008 18:12:22 +0100 Subject: s4: Always link in auth, as some of the core infrastructure depends on it. --- source4/auth/ntlm/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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) -- cgit