diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-05 09:58:23 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:26 +1000 |
commit | 7ae4372124a7fde2404f9e626054e7856c18f733 (patch) | |
tree | 59364b75d27fbe530032e0ac0648004567719b2a /lib/replace/wscript | |
parent | fe060c8f50de23c4f3503a32c3237bb80bd68331 (diff) | |
download | samba-7ae4372124a7fde2404f9e626054e7856c18f733.tar.gz samba-7ae4372124a7fde2404f9e626054e7856c18f733.tar.bz2 samba-7ae4372124a7fde2404f9e626054e7856c18f733.zip |
s4-waf: fixed waf distcheck for our standalone libs and s4
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 70475c4f29..511cbeac30 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -353,3 +353,7 @@ def build(bld): source='hdr_replace.h', target='stdbool.h', enabled = not bld.CONFIG_SET('HAVE_STDBOOL_H')) + +def dist(): + '''makes a tarball for distribution''' + samba_dist.dist() |