summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-04 10:06:34 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:25 +1000
commit528d7c7cf39fe9d8867d751f0a3c26f413301515 (patch)
tree3c1f25dadfd96ba179ec338740c3906d37ed6076 /buildtools/wafsamba/wafsamba.py
parentc8062fb65ee108fa948fd8d8ed4055ffa3af7027 (diff)
downloadsamba-528d7c7cf39fe9d8867d751f0a3c26f413301515.tar.gz
samba-528d7c7cf39fe9d8867d751f0a3c26f413301515.tar.bz2
samba-528d7c7cf39fe9d8867d751f0a3c26f413301515.zip
s4-waf: added 'waf dist' to our standalone libs as well
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 2cfbe7a583..f9cb1a882f 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -23,6 +23,7 @@ import samba_conftests
import tru64cc
import irixcc
import generic_cc
+import samba_dist
# some systems have broken threading in python
if os.environ.get('WAF_NOTHREADS') == '1':