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/tevent/wscript | |
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/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 43d23e54c4..a502860100 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -19,7 +19,7 @@ samba_dist.DIST_DIRS('lib/tevent:. lib/replace:lib/replace lib/talloc:lib/talloc def set_options(opt): opt.BUILTIN_DEFAULT('replace') - opt.BUNDLED_EXTENSION_DEFAULT('tevent', noextension='tevent') + opt.PRIVATE_EXTENSION_DEFAULT('tevent', noextension='tevent') opt.RECURSE('lib/replace') opt.RECURSE('lib/talloc') if opt.IN_LAUNCH_DIR(): |