From 5ad6369cd0b132935cc874c942ffffa0c4405101 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 26 Feb 2010 22:21:50 +1100 Subject: build: started to split up wafsamba.py into separate modules --- lib/tevent/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/tevent') 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' -- cgit