From 2c49782dc1069eebc9f5a5cd2a055b5912665595 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 17 Apr 2012 12:34:48 +0200 Subject: waf: Add possibility to build with system libwbclient. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index f96327c90d..d1c7121700 100755 --- a/wscript +++ b/wscript @@ -95,6 +95,7 @@ def configure(conf): conf.RECURSE('source4/auth') conf.RECURSE('lib/nss_wrapper') conf.RECURSE('nsswitch') + conf.RECURSE('nsswitch/libwbclient') conf.RECURSE('lib/socket_wrapper') conf.RECURSE('lib/uid_wrapper') conf.RECURSE('lib/popt') -- cgit