From 20254221d2c935ebcf2c4ea4372b1634bd09b1f0 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 31 Aug 2010 13:06:39 +0200 Subject: tdb/waf: the deps for rt are provided by libreplace --- lib/tdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/wscript') 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_*', -- cgit