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 /lib/replace/wscript | |
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 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index b10db87054..d5f2b0dce9 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -9,6 +9,8 @@ import wafsamba import Options, os, preproc def set_options(opt): + opt.BUILTIN_DEFAULT('NONE') + opt.BUNDLED_EXTENSION_DEFAULT('') opt.recurse('../../buildtools/wafsamba') @wafsamba.runonce |