diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 19:34:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 19:34:11 +1000 |
commit | 91643773b8ff0727b40a230b7c41288f57e6a9cb (patch) | |
tree | e66c67ccdf94b411cd347663234b50ed8d1c1a92 /source4/auth | |
parent | 89c12dfd4e4594736207cda276d1b10e4bb3b26b (diff) | |
parent | b3e202ef8cf797a79cf2b2de863db9fcc7d3b1c3 (diff) | |
download | samba-91643773b8ff0727b40a230b7c41288f57e6a9cb.tar.gz samba-91643773b8ff0727b40a230b7c41288f57e6a9cb.tar.bz2 samba-91643773b8ff0727b40a230b7c41288f57e6a9cb.zip |
Merge branch '4-0-local' into v4-0-stable
(This used to be commit dc238848b3987a187212bd8088916c5b34755b0f)
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 ####################### |