summaryrefslogtreecommitdiff
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 20:32:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:34 +1000
commit2b5a1cc70cbc5bafe6183300b131d95505c03b36 (patch)
treefdcb0321be5cfd39d13b0a03cfdbf4394e7ac7bc /lib/tdb/wscript
parent635a7ce6c1dfbfa2fd9ccefa0253a0a846a29f94 (diff)
downloadsamba-2b5a1cc70cbc5bafe6183300b131d95505c03b36.tar.gz
samba-2b5a1cc70cbc5bafe6183300b131d95505c03b36.tar.bz2
samba-2b5a1cc70cbc5bafe6183300b131d95505c03b36.zip
build: added waf build rules for ldb
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index c746af6def..d3184d4922 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,9 +1,9 @@
VERSION='1.2.1'
-srcdir = '.'
-blddir = 'build'
+srcdir = '../..'
+blddir = 'bin'
-LIBREPLACE_DIR='../replace'
+LIBREPLACE_DIR= srcdir + '/lib/replace'
def set_options(opt):
opt.recurse(LIBREPLACE_DIR)