|
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:
477 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | bld.SAMBA_MODULE('service_winbindd',
|
|---|
| 5 | source='winbindd.c',
|
|---|
| 6 | subsystem='service',
|
|---|
| 7 | init_function='server_service_winbindd_init',
|
|---|
| 8 | deps='process_model UTIL_RUNCMD',
|
|---|
| 9 | internal_module=False,
|
|---|
| 10 | )
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | bld.SAMBA_SUBSYSTEM('WB_HELPER',
|
|---|
| 14 | source='wb_async_helpers.c wb_utils.c',
|
|---|
| 15 | autoproto='wb_helper.h',
|
|---|
| 16 | public_deps='RPC_NDR_LSA dcerpc-samr'
|
|---|
| 17 | )
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | bld.SAMBA_SUBSYSTEM('IDMAP',
|
|---|
| 21 | source='idmap.c',
|
|---|
| 22 | autoproto='idmap_proto.h',
|
|---|
| 23 | public_deps='samdb-common ldbsamba'
|
|---|
| 24 | )
|
|---|
| 25 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.