diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 17:46:59 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:13 +1000 |
commit | f72145c416e01b2f22e11b66770048ffc8894822 (patch) | |
tree | e39cdc02a9866044f07f3d0cc7314f416da47c0b /source4/wscript | |
parent | b0fb567f04240db3e523b5f285f5fe08e01a2a5a (diff) | |
download | samba-f72145c416e01b2f22e11b66770048ffc8894822.tar.gz samba-f72145c416e01b2f22e11b66770048ffc8894822.tar.bz2 samba-f72145c416e01b2f22e11b66770048ffc8894822.zip |
s4-waf: change bundled extension to 'samba4'
This matches what debian currently uses for libldb-samba4
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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') |