Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
521 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
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
|
---|
11 | )
|
---|
12 |
|
---|
13 |
|
---|
14 | bld.SAMBA_BINARY('oLschema2ldif',
|
---|
15 | source='oLschema2ldif.c',
|
---|
16 | manpages='man/oLschema2ldif.1',
|
---|
17 | deps='samdb POPT_SAMBA'
|
---|
18 | )
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.