diff options
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r-- | lib/tdb/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 90fa191bf8..d80b7209b0 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -76,3 +76,7 @@ def test(ctx): import Utils cmd = os.path.join(Utils.g_module.blddir, 'tdbtorture') os.system(cmd) + +def dist(): + '''makes a tarball for distribution''' + samba_dist.dist() |