1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build:dist: call source3/autogen.sh and packaged generated files

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-09-12 17:11:28 +02:00 committed by Stefan Metzmacher
parent 6895875bf8
commit e2accc4ef8

View File

@ -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):