From: Stefan Metzmacher Date: Sat, 28 Jun 2008 08:50:49 +0000 (+0200) Subject: auth: don't force the build of auth_server as shared_module X-Git-Tag: samba-4.0.0alpha5^2~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5187dd58ccae03e22ba8857c344a2d7d94f13b3;p=thirdparty%2Fsamba.git auth: don't force the build of auth_server as shared_module metze --- 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 #######################