diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-26 22:21:50 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:38 +1000 |
commit | 5ad6369cd0b132935cc874c942ffffa0c4405101 (patch) | |
tree | 0e7f53926bcaa6a00f6ad53b86949d0ed18c059b /source4/wscript | |
parent | ec6049c93d0c1bc7f5dff1c7d87c58eca2114ab9 (diff) | |
download | samba-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/wscript | 4 |
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' |