From: Jelmer Vernooij Date: Mon, 22 Dec 2008 17:12:22 +0000 (+0100) Subject: s4: Always link in auth, as some of the core infrastructure depends on it. X-Git-Tag: samba-4.0.0alpha6~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05adbbc8c91d9248a85fcd9fec2bc5af6fb5214a;p=thirdparty%2Fsamba.git s4: Always link in auth, as some of the core infrastructure depends on it. --- diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk index 4792a26bfd1..6a487f9b9e0 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)