X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=lib%2Ftevent%2Fwscript;h=8f8820f5a11a9191eecc99f528c5d105618d1bb2;hb=f0a472a2d678dd0374181f1a6ac0a3d35503636e;hp=590fbfeec0b9f7924b79bbac55c20cdb7e872b10;hpb=8c44dfc371b3be2eadfb2f12580f33fde5551370;p=samba.git diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 590fbfeec0b..8f8820f5a11 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -101,3 +101,8 @@ def test(ctx): def dist(): '''makes a tarball for distribution''' samba_dist.dist() + +def reconfigure(ctx): + '''reconfigure if config scripts have changed''' + import samba_utils + samba_utils.reconfigure(ctx)