summaryrefslogtreecommitdiff
path: root/source4/smb_server/config.mk
blob: d41ec24acaa148ed329be83d6aed9745a234d086 (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]
OBJ_FILES = \
		smb_server.o \
		tcon.o \
		session.o \
		management.o
PRIVATE_PROTO_HEADER = smb_server_proto.h
REQUIRED_SUBSYSTEMS = \
		LIBPACKET \
		SMB_PROTOCOL \
		SMB2_PROTOCOL
# End SUBSYSTEM SMB
#######################

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