From e3ffb31554927a24df35576bd753ee4eb2dc2a3c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Apr 2012 17:05:35 +0200 Subject: s3-waf: Add possibility to build with system libsmbclient. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 15e1ce51bfc..f96327c90d7 100755 --- a/wscript +++ b/wscript @@ -105,6 +105,7 @@ def configure(conf): conf.RECURSE('selftest') conf.RECURSE('source3') conf.RECURSE('lib/addns') + conf.RECURSE('source3/libsmb') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() -- cgit