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:
393 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
|
---|
4 | source='ldap_message.c',
|
---|
5 | public_deps='errors talloc ldb',
|
---|
6 | public_headers='ldap_message.h ldap_errors.h',
|
---|
7 | deps='samba-util ASN1_UTIL'
|
---|
8 | )
|
---|
9 |
|
---|
10 |
|
---|
11 | bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
|
---|
12 | source='ldap_ndr.c',
|
---|
13 | public_deps='errors talloc',
|
---|
14 | public_headers='ldap_ndr.h',
|
---|
15 | deps='samba-util ldb NDR_SECURITY tevent'
|
---|
16 | )
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.