summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 56607d1c63..be5405469c 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -3,6 +3,10 @@ VERSION = '0.9.8'
srcdir = '../..'
blddir = 'bin'
+import sys
+sys.path.insert(0, srcdir+"/buildtools/wafsamba")
+import wafsamba
+
LIBREPLACE_DIR= srcdir + '/lib/replace'
LIBTALLOC_DIR= srcdir + '/lib/talloc'