summaryrefslogtreecommitdiffstats
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-05 09:58:23 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:26 +1000
commit7ae4372124a7fde2404f9e626054e7856c18f733 (patch)
tree59364b75d27fbe530032e0ac0648004567719b2a /lib/talloc/wscript
parentfe060c8f50de23c4f3503a32c3237bb80bd68331 (diff)
downloadsamba-7ae4372124a7fde2404f9e626054e7856c18f733.tar.gz
samba-7ae4372124a7fde2404f9e626054e7856c18f733.tar.xz
samba-7ae4372124a7fde2404f9e626054e7856c18f733.zip
s4-waf: fixed waf distcheck for our standalone libs and s4
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r--lib/talloc/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index fadb4590ccb..7dc12c5de92 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()