summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildtools/wafsamba/samba_dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_dist.py b/buildtools/wafsamba/samba_dist.py
index a11a37cc1b..79cb721b25 100644
--- a/buildtools/wafsamba/samba_dist.py
+++ b/buildtools/wafsamba/samba_dist.py
@@ -141,7 +141,7 @@ def dist(appname='',version=''):
f = f[len(dir)+1:]
# Remove files in the blacklist
- if f in dist_blacklist:
+ if f in blacklist:
continue
blacklisted = False
# Remove directories in the blacklist