mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
b2da403af9
- move structs to a seperate header file
- move the code for the wreplsrv_in_call handling to a seperate file
metze
(This used to be commit c9a8544446
)
13 lines
279 B
Makefile
13 lines
279 B
Makefile
# WREPL server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WREPL_SRV
|
|
[SUBSYSTEM::WREPL_SRV]
|
|
INIT_OBJ_FILES = \
|
|
wrepl_server/wrepl_server.o \
|
|
wrepl_server/wrepl_in_call.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_WREPL WINSDB
|
|
# End SUBSYSTEM WREPL_SRV
|
|
#######################
|