diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 14:14:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 07:13:04 +0200 |
commit | 03ea8d5e0bb81e0ae7d685dcf7f4c23e1e03d682 (patch) | |
tree | 545febea47804ca820622bbb8672273f0df48101 /wscript | |
parent | dc6ab33f2cd036de713094552840ecc9b7563080 (diff) | |
download | samba-03ea8d5e0bb81e0ae7d685dcf7f4c23e1e03d682.tar.gz samba-03ea8d5e0bb81e0ae7d685dcf7f4c23e1e03d682.tar.bz2 samba-03ea8d5e0bb81e0ae7d685dcf7f4c23e1e03d682.zip |
build: Remove blacklist now we have a common build
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -13,16 +13,6 @@ import wafsamba, Options, samba_dist, Scripting, Utils, samba_version 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 ' + - 'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS ') # install in /usr/local/samba by default Options.default_prefix = '/usr/local/samba' |