summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlmssp/wscript_build')
-rw-r--r--source4/auth/ntlmssp/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlmssp/wscript_build b/source4/auth/ntlmssp/wscript_build
index 07ab11c85b..0f18183e65 100644
--- a/source4/auth/ntlmssp/wscript_build
+++ b/source4/auth/ntlmssp/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_MODULE('gensec_ntlmssp',
autoproto='proto.h',
subsystem='gensec',
init_function='gensec_ntlmssp_init',
- deps='MSRPC_PARSE CREDENTIALS NDR_NTLMSSP',
+ deps='MSRPC_PARSE credentials NDR_NTLMSSP',
internal_module=True
)