summaryrefslogtreecommitdiffstats
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-08-31 13:06:39 +0200
committerBjörn Jacke <bj@sernet.de>2010-08-31 13:06:39 +0200
commit20254221d2c935ebcf2c4ea4372b1634bd09b1f0 (patch)
tree373a549c11fdf5e6e3f8946cee98c0831e9b10f3 /lib/tdb/wscript
parent7c88ccde30b824e14183f7fd07f0c307c7ff693d (diff)
downloadsamba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.tar.gz
samba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.tar.xz
samba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.zip
tdb/waf: the deps for rt are provided by libreplace
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 2fdd67f2516..3dfb5abba43 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -63,7 +63,7 @@ def build(bld):
if not bld.CONFIG_SET('USING_SYSTEM_TDB'):
bld.SAMBA_LIBRARY('tdb',
COMMON_SRC,
- deps='replace rt',
+ deps='replace',
includes='include',
abi_file='ABI/tdb-%s.sigs' % VERSION,
abi_match='tdb_*',