s4:torture: fix the build with auto dependencies
[samba.git] / source4 / torture / smb2 / config.mk
1
2 #################################
3 # Start SUBSYSTEM TORTURE_SMB2
4 [MODULE::TORTURE_SMB2]
5 SUBSYSTEM = smbtorture
6 INIT_FUNCTION = torture_smb2_init
7 PRIVATE_DEPENDENCIES = \
8                 LIBCLI_SMB2 POPT_CREDENTIALS torture
9 # End SUBSYSTEM TORTURE_SMB2
10 #################################
11
12 TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
13                 connect.o \
14                 scan.o \
15                 util.o \
16                 getinfo.o \
17                 setinfo.o \
18                 find.o \
19                 lock.o \
20                 notify.o \
21                 smb2.o \
22                 persistent_handles.o \
23                 oplocks.o \
24                 create.o \
25                 read.o)
26
27
28 $(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))