From 7ae4372124a7fde2404f9e626054e7856c18f733 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Apr 2010 09:58:23 +1000 Subject: s4-waf: fixed waf distcheck for our standalone libs and s4 --- lib/tevent/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/tevent') 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() -- cgit