summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-28 10:50:49 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-30 09:25:30 +0200
commitb5187dd58ccae03e22ba8857c344a2d7d94f13b3 (patch)
treedc6e5304a711e6a8da896c3bc5961058c20ba2ac
parent5bf414efbdf279fd1b85eb47e7b47656bc435f11 (diff)
downloadsamba-b5187dd58ccae03e22ba8857c344a2d7d94f13b3.tar.gz
auth: don't force the build of auth_server as shared_module
metze
-rw-r--r--source/auth/ntlm/config.mk1
1 files changed, 0 insertions, 1 deletions
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
#######################