From 693781db8962a39af376e5d5df0d36e1f3ad127b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Oct 2011 17:19:27 +0200 Subject: s3-waf: create a smbldap.so library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Nov 16 14:03:05 CET 2011 on sn-devel-104 --- source3/winbindd/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/wscript_build') diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index d59cececf8..071069b535 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -73,6 +73,7 @@ bld.SAMBA3_MODULE('idmap_passdb', bld.SAMBA3_MODULE('idmap_ldap', subsystem='idmap', source=IDMAP_LDAP_SRC, + deps='smbldap', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ldap'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.env.HAVE_LDAP) -- cgit