build: commit all the waf build files in the tree
[kai/samba-autobuild/.git] / source4 / utils / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/utils/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_BINARY('ntlm_auth',
6         source='ntlm_auth.c',
7         manpages='man/ntlm_auth.1',
8         installdir='BINDIR',
9         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS'
10         )
11
12
13 bld.SAMBA_BINARY('setnttoken',
14         source='setnttoken.c',
15         installdir='BINDIR',
16         deps=''
17         )
18
19
20 bld.SAMBA_BINARY('testparm',
21         source='testparm.c',
22         installdir='BINDIR',
23         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT samba_socket POPT_SAMBA LIBCLI_RESOLVE CHARSET'
24         )
25
26
27 bld.SAMBA_BINARY('oLschema2ldif',
28         source='oLschema2ldif.c',
29         manpages='man/oLschema2ldif.1',
30         installdir='BINDIR',
31         deps='LIBLDB_CMDLINE SAMDB'
32         )
33