diff options
author | Simo Sorce <idra@samba.org> | 2011-02-23 15:09:48 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-02-23 22:02:06 +0100 |
commit | 63af5468a58436121a3b3cc658e9dd672238d8cf (patch) | |
tree | 9b49ea2ebc0ce688d4d5a3925a01a285372f06ba /wscript | |
parent | 051611256b043a8841c456ce34a37ef4ac806155 (diff) | |
download | samba-63af5468a58436121a3b3cc658e9dd672238d8cf.tar.gz samba-63af5468a58436121a3b3cc658e9dd672238d8cf.tar.bz2 samba-63af5468a58436121a3b3cc658e9dd672238d8cf.zip |
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--] | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |