auth: don't force the build of auth_server as shared_module
authorStefan Metzmacher <metze@samba.org>
Sat, 28 Jun 2008 08:50:49 +0000 (10:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 30 Jun 2008 07:25:30 +0000 (09:25 +0200)
metze

source/auth/ntlm/config.mk

index f31c2b727951d42f46078b2850ea62b8ee5eed57..4792a26bfd16c3e9847c4912a4389252eefc973f 100644 (file)
@@ -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
 #######################