diff options
author | Björn Jacke <bj@sernet.de> | 2010-08-31 13:06:39 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-08-31 13:06:39 +0200 |
commit | 20254221d2c935ebcf2c4ea4372b1634bd09b1f0 (patch) | |
tree | 373a549c11fdf5e6e3f8946cee98c0831e9b10f3 /lib/tdb | |
parent | 7c88ccde30b824e14183f7fd07f0c307c7ff693d (diff) | |
download | samba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.tar.gz samba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.tar.bz2 samba-20254221d2c935ebcf2c4ea4372b1634bd09b1f0.zip |
tdb/waf: the deps for rt are provided by libreplace
Diffstat (limited to 'lib/tdb')
-rw-r--r-- | lib/tdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 2fdd67f251..3dfb5abba4 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_*', |