diff options
author | Günther Deschner <gd@samba.org> | 2010-09-28 09:27:54 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-28 09:41:54 +0200 |
commit | 2a1891a9d67d547847b233dec85925d726696e7f (patch) | |
tree | 226ab2cee1ce4aad15598a26b9f8fee944790aaf /source3/winbindd/wscript_build | |
parent | 5fcd0471e59c35d0769628fa8d1a021bf78b714c (diff) | |
download | samba-2a1891a9d67d547847b233dec85925d726696e7f.tar.gz samba-2a1891a9d67d547847b233dec85925d726696e7f.tar.bz2 samba-2a1891a9d67d547847b233dec85925d726696e7f.zip |
s3-waf: fix dependencies in most of our module subsystems.
Guenther
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r-- | source3/winbindd/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 3f215e7ca2..5a9aa2ab68 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -23,7 +23,6 @@ IDMAP_SRC = 'idmap.c idmap_util.c ${IDMAP_RW_SRC}' bld.SAMBA_SUBSYSTEM('IDMAP', source=IDMAP_SRC, - deps='''IDMAP_AD IDMAP_RID IDMAP_PASSDB IDMAP_LDAP IDMAP_TDB2 IDMAP_HASH IDMAP_ADEX''', vars=locals()) bld.SAMBA_MODULE('IDMAP_AD', |