|
Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: updated trunk to 3.6.0
|
|
File size:
332 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | bld.SAMBA_SUBSYSTEM('MESSAGING',
|
|---|
| 5 | source='messaging.c',
|
|---|
| 6 | public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS UTIL_TDB cluster ndr samba_socket dcerpc'
|
|---|
| 7 | )
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | bld.SAMBA_PYTHON('python_messaging',
|
|---|
| 11 | source='pymessaging.c',
|
|---|
| 12 | deps='MESSAGING events pyparam_util',
|
|---|
| 13 | realname='samba/messaging.so'
|
|---|
| 14 | )
|
|---|
| 15 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.