diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-23 15:00:47 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-23 20:48:02 +1000 |
commit | c45f2508d5a7445df86d01400f14463ea8346a2a (patch) | |
tree | e16fbee77158b6d0679741fd76f99e61404f6472 /wscript | |
parent | df27ba3e8b8a96c64b3966f2474391e5ec3cdec1 (diff) | |
download | samba-c45f2508d5a7445df86d01400f14463ea8346a2a.tar.gz |
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-x | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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') |