From f72145c416e01b2f22e11b66770048ffc8894822 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 17:46:59 +1100 Subject: s4-waf: change bundled extension to 'samba4' This matches what debian currently uses for libldb-samba4 --- source4/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/wscript b/source4/wscript index c191dd1b0d..e662d0db92 100644 --- a/source4/wscript +++ b/source4/wscript @@ -9,7 +9,7 @@ import wafsamba, Options def set_options(opt): opt.BUILTIN_DEFAULT('NONE') - opt.BUNDLED_EXTENSION_DEFAULT('s4') + opt.BUNDLED_EXTENSION_DEFAULT('samba4') opt.recurse('../lib/replace') opt.recurse('dynconfig') opt.recurse('scripting/python') -- cgit