summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-22 11:58:37 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:34 +1000
commit0316ec1d891b889177880fce5c2c67a66fc094d4 (patch)
tree582bf3ff271bef879ecce3ea239480c2d08f9ccd
parent2b5a1cc70cbc5bafe6183300b131d95505c03b36 (diff)
downloadsamba-0316ec1d891b889177880fce5c2c67a66fc094d4.tar.gz
samba-0316ec1d891b889177880fce5c2c67a66fc094d4.tar.bz2
samba-0316ec1d891b889177880fce5c2c67a66fc094d4.zip
build: tdb does not depend on talloc
-rw-r--r--lib/tdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index d3184d4922..d7e3d5afd1 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -22,7 +22,7 @@ def build(bld):
bld.SAMBA_LIBRARY('tdb',
COMMON_SRC,
- libdeps='replace talloc',
+ libdeps='replace',
include_list='include',
vnum=VERSION)