summaryrefslogtreecommitdiff
path: root/source4/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-26 22:21:50 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:38 +1000
commit5ad6369cd0b132935cc874c942ffffa0c4405101 (patch)
tree0e7f53926bcaa6a00f6ad53b86949d0ed18c059b /source4/wscript
parentec6049c93d0c1bc7f5dff1c7d87c58eca2114ab9 (diff)
downloadsamba-5ad6369cd0b132935cc874c942ffffa0c4405101.tar.gz
samba-5ad6369cd0b132935cc874c942ffffa0c4405101.tar.bz2
samba-5ad6369cd0b132935cc874c942ffffa0c4405101.zip
build: started to split up wafsamba.py into separate modules
Diffstat (limited to 'source4/wscript')
-rw-r--r--source4/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript
index a72c16c9e2..4590d7be70 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -1,6 +1,10 @@
srcdir = '..'
blddir = 'bin'
+import sys
+sys.path.insert(0, srcdir+"/buildtools/wafsamba")
+import wafsamba
+
LIBREPLACE_DIR= srcdir + '/lib/replace'
LIBLDB_DIR= srcdir + '/source4/lib/ldb'