r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
[ira/wip.git] / source4 / smb_server / config.mk
1 # SMB server subsystem
2
3 #######################
4 # Start SUBSYSTEM SMB
5 [SUBSYSTEM::SMB]
6 OBJ_FILES = \
7                 smb_server.o \
8                 tcon.o \
9                 session.o \
10                 management.o
11 REQUIRED_SUBSYSTEMS = \
12                 LIBPACKET \
13                 SMB_PROTOCOL \
14                 SMB2_PROTOCOL
15 # End SUBSYSTEM SMB
16 #######################
17
18 include smb/config.mk
19 include smb2/config.mk