From b5187dd58ccae03e22ba8857c344a2d7d94f13b3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 28 Jun 2008 10:50:49 +0200 Subject: [PATCH] auth: don't force the build of auth_server as shared_module metze --- source/auth/ntlm/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/source/auth/ntlm/config.mk b/source/auth/ntlm/config.mk index f31c2b72795..4792a26bfd1 100644 --- a/source/auth/ntlm/config.mk +++ b/source/auth/ntlm/config.mk @@ -34,7 +34,6 @@ auth_anonymous_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth_anonymous.o) INIT_FUNCTION = auth_server_init SUBSYSTEM = auth PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_SMB -OUTPUT_TYPE = SHARED_LIBRARY # End MODULE auth_server ####################### -- 2.47.2