waf: added reconfigure targets to our libraries
[samba.git] / lib / tevent / wscript
index 590fbfeec0b9f7924b79bbac55c20cdb7e872b10..8f8820f5a11a9191eecc99f528c5d105618d1bb2 100644 (file)
@@ -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)