build: Use ntlm_auth from source3 as the only ntlm_auth installed on the system
[Samba/gebeck_regimport.git] / source4 / utils / wscript_build
blob3b21eda9009e56e7866b06a25b1f97b66bdbdf77
1 #!/usr/bin/env python
3 bld.SAMBA_BINARY('ntlm_auth4',
4 source='ntlm_auth.c',
5 manpages='man/ntlm_auth.1',
6 deps='''samba-hostconfig samba-util popt
7 POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
8 auth4 NTLMSSP_COMMON MESSAGING events service''',
9 pyembed=True,
10 install=False
14 bld.SAMBA_BINARY('oLschema2ldif',
15 source='oLschema2ldif.c',
16 manpages='man/oLschema2ldif.1',
17 deps='ldb-cmdline samdb POPT_SAMBA'