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:
428 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | bld.SAMBA_MODULE('service_wrepl',
|
---|
4 | source='wrepl_server.c wrepl_in_connection.c wrepl_in_call.c wrepl_apply_records.c wrepl_periodic.c wrepl_scavenging.c wrepl_out_pull.c wrepl_out_push.c wrepl_out_helpers.c',
|
---|
5 | autoproto='wrepl_server_proto.h',
|
---|
6 | subsystem='service',
|
---|
7 | init_function='server_service_wrepl_init',
|
---|
8 | internal_module=False,
|
---|
9 | deps='LIBCLI_WREPL WINSDB process_model RPC_NDR_IRPC'
|
---|
10 | )
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.