summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-23 15:00:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-23 20:48:02 +1000
commitc45f2508d5a7445df86d01400f14463ea8346a2a (patch)
treee16fbee77158b6d0679741fd76f99e61404f6472 /wscript
parentdf27ba3e8b8a96c64b3966f2474391e5ec3cdec1 (diff)
downloadsamba-c45f2508d5a7445df86d01400f14463ea8346a2a.tar.gz
samba-c45f2508d5a7445df86d01400f14463ea8346a2a.tar.bz2
samba-c45f2508d5a7445df86d01400f14463ea8346a2a.zip
build: Remove support for system libwbclient
This effectively reverts commit 2c49782dc1069eebc9f5a5cd2a055b5912665595 This also adds explaination about what would need to be done to support a system libwbclient Andrew Bartlett
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index d1c7121700..f96327c90d 100755
--- a/wscript
+++ b/wscript
@@ -95,7 +95,6 @@ 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')