summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-24 10:28:43 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-24 11:57:48 +1100
commitd37a55548b67e4e5693d337faeca2ec2da5f273f (patch)
treeab86d3c4bf5d8eb006edfffeeba5133d6d2422fc /source4/utils
parent29f850ac4330909afa426474686be363d0249d73 (diff)
downloadsamba-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/utils')
-rw-r--r--source4/utils/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index 2c4a16c5dd..da937dd357 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -3,7 +3,8 @@
bld.SAMBA_BINARY('ntlm_auth',
source='ntlm_auth.c',
manpages='man/ntlm_auth.1',
- deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth4 ntlm_check MESSAGING events service',
+ deps='''samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
+ auth4 NTLMSSP_COMMON MESSAGING events service''',
pyembed=True
)