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/replace/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/replace') 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() -- cgit