build: Remove blacklist now we have a common build
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 04:14:51 +0000 (14:14 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 05:13:04 +0000 (07:13 +0200)
wscript

diff --git a/wscript b/wscript
index 4399d0e67a3f3bd2cf92c014436fc5e2a6ecfe06..a4fb470087206b021423d79cc8ef600f7ec9de25 100755 (executable)
--- 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'