diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-06 19:34:50 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-11 13:41:34 +1100 |
commit | b21b012756dbb9e7022280b34d7103a5dcbea6d6 (patch) | |
tree | da02a819454751095f72dde2235dd05e76c3c966 /source4/auth/ntlm | |
parent | 6bed57788c2341a92e1c4431ea764bf037431254 (diff) | |
download | samba-b21b012756dbb9e7022280b34d7103a5dcbea6d6.tar.gz |
lib/param move source4 param code to the top level
This is done so that the lpcfg_ functions are available across the whole
build, either with the struct loadparm_context loaded from an smb.conf directly
or as a wrapper around the source3 param code.
This is not the final, merged loadparm, but simply one step to make
it easier to solve other problems while we make our slow progress
on this difficult problem.
Andrew Bartlett
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 29190f76f35..6447bf2ea07 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -20,7 +20,7 @@ bld.SAMBA_MODULE('auth4_server', source='auth_server.c', subsystem='auth4', init_function='auth4_server_init', - deps='samba-util LIBCLI_SMB CREDENTIALS_NTLM' + deps='samba-util LIBCLI_SMB CREDENTIALS_NTLM param_options' ) |