diff options
author | Andreas Schneider <asn@samba.org> | 2012-04-17 12:34:48 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-04-17 16:17:35 +0200 |
commit | 2c49782dc1069eebc9f5a5cd2a055b5912665595 (patch) | |
tree | 47eb531f8266952d122cc02fa57408879fb5c3b6 /wscript | |
parent | e3ffb31554927a24df35576bd753ee4eb2dc2a3c (diff) | |
download | samba-2c49782dc1069eebc9f5a5cd2a055b5912665595.tar.gz samba-2c49782dc1069eebc9f5a5cd2a055b5912665595.tar.bz2 samba-2c49782dc1069eebc9f5a5cd2a055b5912665595.zip |
waf: Add possibility to build with system libwbclient.
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |