diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-24 10:28:43 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-24 11:57:48 +1100 |
commit | d37a55548b67e4e5693d337faeca2ec2da5f273f (patch) | |
tree | ab86d3c4bf5d8eb006edfffeeba5133d6d2422fc /source4/auth/ntlm | |
parent | 29f850ac4330909afa426474686be363d0249d73 (diff) | |
download | samba-d37a55548b67e4e5693d337faeca2ec2da5f273f.tar.gz samba-d37a55548b67e4e5693d337faeca2ec2da5f273f.tar.bz2 samba-d37a55548b67e4e5693d337faeca2ec2da5f273f.zip |
build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
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 615419e5c0..2ac2773c85 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth4_sam_module', source='auth_sam.c', subsystem='auth4', init_function='auth_sam_init', - deps='samdb auth4_sam ntlm_check samba-hostconfig' + deps='samdb auth4_sam NTLMSSP_COMMON samba-hostconfig' ) |