s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[nivanova/samba-autobuild/.git] / source4 / utils / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/utils/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_BINARY('ntlm_auth',
8         source='ntlm_auth.c',
9         manpages='man/ntlm_auth.1',
10         installdir='BINDIR',
11         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS service',
12         needs_python=True
13         )
14
15
16 bld.SAMBA_BINARY('setnttoken',
17         source='setnttoken.c',
18         installdir='BINDIR',
19         deps='replace'
20         )
21
22
23 bld.SAMBA_BINARY('testparm',
24         source='testparm.c',
25         installdir='BINDIR',
26         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT samba_socket POPT_SAMBA LIBCLI_RESOLVE CHARSET'
27         )
28
29
30 bld.SAMBA_BINARY('oLschema2ldif',
31         source='oLschema2ldif.c',
32         manpages='man/oLschema2ldif.1',
33         installdir='BINDIR',
34         deps='LIBLDB_CMDLINE SAMDB'
35         )
36