mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
eaf9b86d60
This reverts commit f8c447b1a4
.
After discussing with Julien (Openchange) and Metze, I decided to revert this code.
Instead I made a patch to Openchange which allows to build client side only.
Openchange server code requires working s4 member DC and --without-ad-dc build
does not provide working provisioning even if we enable dcerpc_server and end point mapper.
Autobuild-User: Alexander Bokovoy <ab@samba.org>
Autobuild-Date: Fri Jun 1 16:46:08 CEST 2012 on sn-devel-104
12 lines
417 B
Python
12 lines
417 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('service_wrepl',
|
|
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',
|
|
autoproto='wrepl_server_proto.h',
|
|
subsystem='service',
|
|
init_function='server_service_wrepl_init',
|
|
internal_module=False,
|
|
deps='LIBCLI_WREPL WINSDB process_model RPC_NDR_IRPC'
|
|
)
|
|
|