mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
47bf79eac5
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
28 lines
549 B
Makefile
28 lines
549 B
Makefile
# SMB server subsystem
|
|
#
|
|
[MODULE::SERVICE_SMB]
|
|
INIT_FUNCTION = server_service_smb_init
|
|
SUBSYSTEM = service
|
|
OBJ_FILES = smb_server.o
|
|
PRIVATE_PROTO_HEADER = service_smb_proto.h
|
|
PRIVATE_DEPENDENCIES = SMB_SERVER
|
|
|
|
#######################
|
|
# Start SUBSYSTEM SMB
|
|
[SUBSYSTEM::SMB_SERVER]
|
|
OBJ_FILES = \
|
|
tcon.o \
|
|
session.o \
|
|
management.o
|
|
PRIVATE_PROTO_HEADER = smb_server_proto.h
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBPACKET \
|
|
SMB_PROTOCOL \
|
|
SMB2_PROTOCOL \
|
|
service
|
|
# End SUBSYSTEM SMB
|
|
#######################
|
|
|
|
include smb/config.mk
|
|
include smb2/config.mk
|