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/talloc/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/talloc') diff --git a/lib/talloc/wscript b/lib/talloc/wscript index fadb4590cc..7dc12c5de9 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -66,3 +66,7 @@ def test(ctx): import Utils cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite') os.system(cmd) + +def dist(): + '''makes a tarball for distribution''' + samba_dist.dist() -- cgit