diff options
-rwxr-xr-x[-rw-r--r--] | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript index b2e6f2a4efb..0dd8c90524c 100644..100755 --- a/wscript +++ b/wscript @@ -21,7 +21,7 @@ samba_dist.DIST_DIRS('.') #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/ ' + +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' |