summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-06-28 16:39:36 +0200
committerGünther Deschner <gd@samba.org>2011-06-28 16:43:01 +0200
commit8bc3f957bc098ee9310b468ce463a75090873bc6 (patch)
tree640d2493c3c687c62520b5436e224e3acdbd08ec /source3/winbindd/wscript_build
parentecc0177f2cffa41892cbe85ec21d76c4c4ae0854 (diff)
downloadsamba-8bc3f957bc098ee9310b468ce463a75090873bc6.tar.gz
samba-8bc3f957bc098ee9310b468ce463a75090873bc6.tar.bz2
samba-8bc3f957bc098ee9310b468ce463a75090873bc6.zip
s3-waf: add some missing tdb dependencies.
Guenther
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 6754f35410..387f15065a 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -83,7 +83,7 @@ bld.SAMBA3_MODULE('idmap_nss',
bld.SAMBA3_MODULE('idmap_tdb',
subsystem='idmap',
source=IDMAP_TDB_SRC,
- deps='samba-util',
+ deps='samba-util tdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_tdb'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_tdb'))
@@ -115,7 +115,7 @@ bld.SAMBA3_MODULE('idmap_adex',
bld.SAMBA3_MODULE('idmap_autorid',
subsystem='idmap',
source=IDMAP_AUTORID_SRC,
- deps='samba-util',
+ deps='samba-util tdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_autorid'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_autorid'))