diff options
Diffstat (limited to 'source4/cluster/wscript_build')
-rw-r--r-- | source4/cluster/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/wscript_build b/source4/cluster/wscript_build index 995e166eca..b8a91ccad7 100644 --- a/source4/cluster/wscript_build +++ b/source4/cluster/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('cluster', source='cluster.c local.c', - deps='tdb-wrap samba-hostconfig talloc', + deps='dbwrap samba-hostconfig talloc', private_library=True ) |