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 /lib/tdb | |
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 'lib/tdb')
-rw-r--r-- | lib/tdb/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 724030c84c..3e39ea82c8 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -3,6 +3,11 @@ VERSION='1.2.1' srcdir = '../..' blddir = 'bin' +import sys +sys.path.insert(0, srcdir+"/buildtools/wafsamba") +import wafsamba + + LIBREPLACE_DIR= srcdir + '/lib/replace' def set_options(opt): |