summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-02-23 15:09:48 -0500
committerSimo Sorce <idra@samba.org>2011-02-23 22:02:06 +0100
commit63af5468a58436121a3b3cc658e9dd672238d8cf (patch)
tree9b49ea2ebc0ce688d4d5a3925a01a285372f06ba /wscript
parent051611256b043a8841c456ce34a37ef4ac806155 (diff)
downloadsamba-63af5468a58436121a3b3cc658e9dd672238d8cf.tar.gz
Fix broken build with make dist tarballs
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104
Diffstat (limited to 'wscript')
-rwxr-xr-x[-rw-r--r--]wscript2
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'