diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:26:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 22:24:06 +0000 |
commit | 49ef2888193dd7cc37c3fe0a980b7cc1abdac805 (patch) | |
tree | 2d93d741f0a89b389ecb78f511499ca4f620555c /lib/replace | |
parent | 18103d34e2e965ac77ab023f12caa967c655765a (diff) | |
download | samba-49ef2888193dd7cc37c3fe0a980b7cc1abdac805.tar.gz samba-49ef2888193dd7cc37c3fe0a980b7cc1abdac805.tar.bz2 samba-49ef2888193dd7cc37c3fe0a980b7cc1abdac805.zip |
waf: Rename some BUNDLED_ functios to PRIVATE_.
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 95cbb37520..8786eca872 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -20,7 +20,7 @@ samba_dist.DIST_DIRS('lib/replace buildtools:buildtools') def set_options(opt): opt.BUILTIN_DEFAULT('NONE') - opt.BUNDLED_EXTENSION_DEFAULT('') + opt.PRIVATE_EXTENSION_DEFAULT('') opt.RECURSE('buildtools/wafsamba') @wafsamba.runonce |