source: vendor/3.6.0/source4/utils/wscript_build

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

File size: 426 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_BINARY('ntlm_auth',
4 source='ntlm_auth.c',
5 manpages='man/ntlm_auth.1',
6 deps='''samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
7 auth4 NTLMSSP_COMMON MESSAGING events service''',
8 pyembed=True
9 )
10
11
12bld.SAMBA_BINARY('oLschema2ldif',
13 source='oLschema2ldif.c',
14 manpages='man/oLschema2ldif.1',
15 deps='ldb-cmdline samdb POPT_SAMBA'
16 )
17
Note: See TracBrowser for help on using the repository browser.