From 93bc9f49a2d0c86105717aa8b37415801d238265 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 28 Jun 2008 10:50:49 +0200 Subject: auth: don't force the build of auth_server as shared_module metze (This used to be commit b5187dd58ccae03e22ba8857c344a2d7d94f13b3) --- source4/auth/ntlm/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk index f31c2b7279..4792a26bfd 100644 --- a/source4/auth/ntlm/config.mk +++ b/source4/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 ####################### -- cgit