summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-24 14:14:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-24 14:22:46 +1000
commit47d098856d8634d35e2d96932d9e6c8421655543 (patch)
tree3d03d6ae720e85e1b587228cea0185b5e4be7b4c
parent877de9fee773b3f6b5a95afe1d01001e0b1b4ff2 (diff)
downloadsamba-47d098856d8634d35e2d96932d9e6c8421655543.tar.gz
samba-47d098856d8634d35e2d96932d9e6c8421655543.tar.xz
samba-47d098856d8634d35e2d96932d9e6c8421655543.zip
build: Remove blacklist now we have a common build
-rwxr-xr-xwscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/wscript b/wscript
index 4399d0e67a3..a4fb4700872 100755
--- a/wscript
+++ b/wscript
@@ -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'