diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-28 10:50:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-30 09:25:30 +0200 |
commit | 93bc9f49a2d0c86105717aa8b37415801d238265 (patch) | |
tree | cee7c2384f76b97f9eecf341bc4858ec345bafcf /source4/auth | |
parent | 780fa9f9e677ded006dd54e2ec7bdbcd10348b72 (diff) | |
download | samba-93bc9f49a2d0c86105717aa8b37415801d238265.tar.gz samba-93bc9f49a2d0c86105717aa8b37415801d238265.tar.bz2 samba-93bc9f49a2d0c86105717aa8b37415801d238265.zip |
auth: don't force the build of auth_server as shared_module
metze
(This used to be commit b5187dd58ccae03e22ba8857c344a2d7d94f13b3)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 ####################### |