1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4:waf Exclude the autotools based build environment from a Samba4 release

This commit is contained in:
Andrew Bartlett 2010-05-28 18:54:57 +10:00
parent b50c006e20
commit 708d6fc5b0

View File

@ -18,8 +18,14 @@ samba_dist.DIST_DIRS('.')
#This is a list of files that we don't want in the package, for
#whatever reason. Directories should be listed with a trailing / to
#avoid over-exclusion.
#This list includes files that would confuse the recipient of a
#samba-4.0.0 branded tarball (until the merge is complete) and the
#core elements of the autotools build system (which is known to
#produce buggy binaries).
samba_dist.DIST_BLACKLIST('README Manifest Read-Manifest-Now Roadmap source3/ ' +
'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS')
'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS ' +
'source4/autogen-autotools.sh source4/Makefile.in source4/configure.ac')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'