From a15a33a9a8806426955fb3cab6b798ab4173cc67 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Sep 2010 20:18:45 -0700 Subject: torture: Use system subunit library if available. --- source4/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 6bf8663d6c..958c058e75 100644 --- a/source4/wscript +++ b/source4/wscript @@ -111,6 +111,7 @@ def configure(conf): conf.RECURSE('../lib/socket_wrapper') conf.RECURSE('../lib/uid_wrapper') conf.RECURSE('../lib/popt') + conf.RECURSE('../lib/subunit/c') conf.RECURSE('lib/smbreadline') conf.RECURSE('../pidl') conf.RECURSE('selftest') -- cgit