From c9870a62f5d8865e67ae519db3f8e890afb6ee70 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Feb 2012 00:19:48 +0100 Subject: s3: Add a new set of andx chain handling routines This is in preparation of getting rid of chain_reply. --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') 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''' -- cgit