|
Last change
on this file since 988 was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
361 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | bld.SAMBA_LIBRARY('MESSAGING',
|
|---|
| 5 | source='messaging.c',
|
|---|
| 6 | public_deps='samba-util NDR_IRPC UNIX_PRIVS cluster ndr dcerpc messages_util server_id_db talloc_report',
|
|---|
| 7 | private_library=True
|
|---|
| 8 | )
|
|---|
| 9 |
|
|---|
| 10 | bld.SAMBA_PYTHON('python_messaging',
|
|---|
| 11 | source='pymessaging.c',
|
|---|
| 12 | deps='MESSAGING events pyparam_util pytalloc-util',
|
|---|
| 13 | realname='samba/messaging.so'
|
|---|
| 14 | )
|
|---|
| 15 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.