From: Simo Sorce Date: Wed, 23 Feb 2011 20:09:48 +0000 (-0500) Subject: Fix broken build with make dist tarballs X-Git-Tag: tevent-0.9.11~329 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=63af5468a58436121a3b3cc658e9dd672238d8cf Fix broken build with make dist tarballs Autobuild-User: Simo Sorce Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104 --- diff --git a/wscript b/wscript old mode 100644 new mode 100755 index b2e6f2a4efb..0dd8c90524c --- 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'