summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-25 10:14:41 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-25 11:12:03 +1100
commitec98bb55c6fe06f9ca698e52dda41b3cff2f95b5 (patch)
tree5c02e122818c16cfae8dbc5fbcd28bd866b7db71 /source3
parent14686e4b5a4faeed5868e2e16121acd47ff5ba43 (diff)
downloadsamba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.tar.gz
samba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.tar.bz2
samba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.zip
s3-waf: fixed waf configure for recent changes
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index d39bedb13a..20975f7189 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -17,7 +17,7 @@ VERSION=version.STRING
def set_options(opt):
opt.BUILTIN_DEFAULT('NONE')
- opt.BUNDLED_EXTENSION_DEFAULT('s3')
+ opt.PRIVATE_EXTENSION_DEFAULT('s3')
opt.RECURSE('../lib/replace')
opt.RECURSE('build')
opt.RECURSE('selftest')