summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-08-31 12:44:35 +0200
committerGünther Deschner <gd@samba.org>2011-08-31 12:55:42 +0200
commit54d8af972231adf05e0f1482d23ce1a449f4e6ee (patch)
tree35697a22b40fac7811775883428f7deba4f96f33 /source3/winbindd/wscript_build
parentfea278bbed50cda5a41abae2ee750b3be889fc4c (diff)
downloadsamba-54d8af972231adf05e0f1482d23ce1a449f4e6ee.tar.gz
samba-54d8af972231adf05e0f1482d23ce1a449f4e6ee.tar.bz2
samba-54d8af972231adf05e0f1482d23ce1a449f4e6ee.zip
s3-waf: add missing tdb dependency to idmap_tdb2 module.
Guenther
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 5b4b4f7697..6e378a725d 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -95,7 +95,7 @@ bld.SAMBA3_MODULE('idmap_tdb',
bld.SAMBA3_MODULE('idmap_tdb2',
subsystem='idmap',
source=IDMAP_TDB2_SRC,
- deps='samba-util',
+ deps='samba-util tdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_tdb2'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_tdb2'))