s3:smbd: s/EVENT_FD/TEVENT_FD
[Samba/gebeck_regimport.git] / source4 / utils / wscript_build
bloba5217b3c61975720e10e3d7bffa46e6dd67f0104
1 #!/usr/bin/env python
3 bld.SAMBA_BINARY('ntlm_auth4',
4 source='ntlm_auth.c',
5 manpages='man/ntlm_auth4.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'