summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorAravind Srinivasan <aravind.srinivasan@isilon.com>2009-10-06 20:25:15 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-10-07 12:16:27 -0700
commit0ec8fe420f65fabce9d6b0a998ef892201f3e395 (patch)
tree7dcea30b9fff92fdbc7f64f0f754974b3ee076fa /source4/torture/smb2/config.mk
parent37038905965631cbc8f10a2bfe719df0d2ad067e (diff)
downloadsamba-0ec8fe420f65fabce9d6b0a998ef892201f3e395.tar.gz
samba-0ec8fe420f65fabce9d6b0a998ef892201f3e395.tar.bz2
samba-0ec8fe420f65fabce9d6b0a998ef892201f3e395.zip
s4/torture: Ported SMBv1 RAW-STREAMS tests to SMB2-STREAMS
Diffstat (limited to 'source4/torture/smb2/config.mk')
-rw-r--r--source4/torture/smb2/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk
index f617f70ad2..e26ad26e7f 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -25,7 +25,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
lease.o \
create.o \
read.o \
- compound.o)
+ compound.o \
+ streams.o)
$(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))