diff options
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 9f7e25d241..ee15b95610 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -58,3 +58,7 @@ def test(ctx): '''test tevent''' print("The tevent testsuite is part of smbtorture in samba4") + +def dist(): + '''makes a tarball for distribution''' + samba_dist.dist() |