1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00
Andrew Tridgell b690fedef5 s4-waf: removed the AUTOGENERATED markers
we won't be using the mk -> wscript generator again
2010-04-06 20:27:16 +10:00

11 lines
376 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('WREPL_SRV',
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',
deps='LIBCLI_WREPL WINSDB process_model'
)