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_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index c11c49abc3..4dde99e2f7 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -6,7 +6,8 @@ bld.SAMBA_BINARY('ntlm_auth',
source='ntlm_auth.c',
manpages='man/ntlm_auth.1',
installdir='BINDIR',
- deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS'
+ deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS service',
+ needs_python=True
)