summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-28 00:19:48 +0100
committerVolker Lendecke <vl@samba.org>2012-03-10 15:34:11 +0100
commitc9870a62f5d8865e67ae519db3f8e890afb6ee70 (patch)
treeffdad08bf8cb9962d01a0d07abfaf1cd45d9ee73 /source3/wscript_build
parent90b33a05e967e9e29c4584bed188ef6fa5a3fbf0 (diff)
downloadsamba-c9870a62f5d8865e67ae519db3f8e890afb6ee70.tar.gz
samba-c9870a62f5d8865e67ae519db3f8e890afb6ee70.tar.bz2
samba-c9870a62f5d8865e67ae519db3f8e890afb6ee70.zip
s3: Add a new set of andx chain handling routines
This is in preparation of getting rid of chain_reply.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 8e17c374fe..807b1a2b4e 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -584,7 +584,8 @@ LOCKTEST_SRC = '''torture/locktest.c'''
PDBTEST_SRC = '''torture/pdbtest.c'''
-VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c'''
+VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c
+ torture/vfstest_chain.c'''
LOG2PCAP_SRC = '''utils/log2pcaphex.c'''