summaryrefslogtreecommitdiff
path: root/source4/smb_server/config.mk
blob: 192692df5b38f0439c5dcd0b8ed71f30952c37ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SMB server subsystem

#######################
# Start SUBSYSTEM SMB
[SUBSYSTEM::SMB]
INIT_OBJ_FILES = \
		smb_server.o
ADD_OBJ_FILES = \
		tcon.o \
		session.o \
		management.o
REQUIRED_SUBSYSTEMS = \
		LIBPACKET \
		SMB_PROTOCOL \
		SMB2_PROTOCOL
# End SUBSYSTEM SMB
#######################

include smb/config.mk
include smb2/config.mk