diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 15:42:28 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:12 +1000 |
commit | c2d17cf978cb2d5275b2915fb0a87daa79acc28b (patch) | |
tree | 5423ac464e696853c9d74195a38f0647dd7ac901 /source3 | |
parent | 3b380ea7ac9f33f208a9479d34bd514f8e3d5bf4 (diff) | |
download | samba-c2d17cf978cb2d5275b2915fb0a87daa79acc28b.tar.gz samba-c2d17cf978cb2d5275b2915fb0a87daa79acc28b.tar.bz2 samba-c2d17cf978cb2d5275b2915fb0a87daa79acc28b.zip |
s4-waf: set default for bundled libraries
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index eb080272e9..ac231d4ed3 100644 --- a/source3/wscript +++ b/source3/wscript @@ -10,6 +10,8 @@ import build.charset from samba_utils import * def set_options(opt): + opt.BUILTIN_DEFAULT('NONE') + opt.BUNDLED_EXTENSION_DEFAULT('s3') opt.recurse('../lib/replace') opt.recurse('build') opt.recurse('../lib/nss_wrapper') |