From 1593654914afacbeb529b64711eedb19edf14bdc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Aug 2011 13:40:08 +0200 Subject: s3-waf: fix some unresolved symbols in idmap ad modules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Aug 25 15:15:57 CEST 2011 on sn-devel-104 --- source3/winbindd/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/winbindd') diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 3a2e2971b3..12f1bf9f69 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -31,6 +31,7 @@ bld.SAMBA3_LIBRARY('idmap', bld.SAMBA3_SUBSYSTEM('IDMAP_ADEX', source=IDMAP_ADEX_SRC, + deps='ads', vars=locals(), enabled=bld.env.HAVE_LDAP) @@ -41,6 +42,7 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_HASH', bld.SAMBA3_SUBSYSTEM('IDMAP_AD', source=IDMAP_AD_SRC, + deps='ads', vars=locals(), enabled=bld.env.HAVE_LDAP) -- cgit