From: Michael Adam Date: Wed, 12 Sep 2012 15:11:28 +0000 (+0200) Subject: build:dist: call source3/autogen.sh and packaged generated files X-Git-Tag: samba-4.0.0rc1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2accc4ef8c274eea09304d6f9211e3d5af3f73c;p=thirdparty%2Fsamba.git build:dist: call source3/autogen.sh and packaged generated files Signed-off-by: Stefan Metzmacher --- diff --git a/wscript b/wscript index 03b7f2d75e6..4f823102dd5 100755 --- a/wscript +++ b/wscript @@ -240,6 +240,13 @@ def dist(): os.system(srcdir + "/release-scripts/build-manpages-nogit") samba_dist.DIST_FILES('bin/docs:docs', extend=True) + os.system(srcdir + "/source3/autogen.sh") + samba_dist.DIST_FILES('source3/configure', extend=True) + samba_dist.DIST_FILES('source3/autoconf', extend=True) + samba_dist.DIST_FILES('source3/include/autoconf', extend=True) + samba_dist.DIST_FILES('examples/VFS/configure', extend=True) + samba_dist.DIST_FILES('examples/VFS/module_config.h.in', extend=True) + if sambaversion.IS_SNAPSHOT: # write .distversion file and add to tar if not os.path.isdir(blddir):