From 2a1891a9d67d547847b233dec85925d726696e7f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Sep 2010 09:27:54 +0200 Subject: s3-waf: fix dependencies in most of our module subsystems. Guenther --- source3/winbindd/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd/wscript_build') 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', -- cgit