summaryrefslogtreecommitdiff
path: root/source4/utils/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/utils/wscript_build')
-rw-r--r--source4/utils/wscript_build14
1 files changed, 8 insertions, 6 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index da937dd357..3b21eda900 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -1,11 +1,13 @@
#!/usr/bin/env python
-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 NTLMSSP_COMMON MESSAGING events service''',
- pyembed=True
+bld.SAMBA_BINARY('ntlm_auth4',
+ source='ntlm_auth.c',
+ manpages='man/ntlm_auth.1',
+ deps='''samba-hostconfig samba-util popt
+ POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
+ auth4 NTLMSSP_COMMON MESSAGING events service''',
+ pyembed=True,
+ install=False
)