summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-12 17:11:28 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-12 23:53:22 +0200
commite2accc4ef8c274eea09304d6f9211e3d5af3f73c (patch)
tree13ae340c1df7fe2f2d010e7c12fd607e9a28dcc8 /wscript
parent6895875bf80df7f321a5853b591ba5b5a8d4f4d6 (diff)
downloadsamba-e2accc4ef8c274eea09304d6f9211e3d5af3f73c.tar.gz
samba-e2accc4ef8c274eea09304d6f9211e3d5af3f73c.tar.bz2
samba-e2accc4ef8c274eea09304d6f9211e3d5af3f73c.zip
build:dist: call source3/autogen.sh and packaged generated files
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/wscript b/wscript
index 03b7f2d75e..4f823102dd 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):