summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-17 17:19:27 +0200
committerGünther Deschner <gd@samba.org>2011-11-16 14:03:05 +0100
commit693781db8962a39af376e5d5df0d36e1f3ad127b (patch)
treefd962e2218f84de697cebc1a63126d93c720bb2d /source3/winbindd/wscript_build
parente81d5505f48de800d2314cf6971a1417ca915fde (diff)
downloadsamba-693781db8962a39af376e5d5df0d36e1f3ad127b.tar.gz
samba-693781db8962a39af376e5d5df0d36e1f3ad127b.tar.bz2
samba-693781db8962a39af376e5d5df0d36e1f3ad127b.zip
s3-waf: create a smbldap.so library.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 16 14:03:05 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build1
1 files changed, 1 insertions, 0 deletions
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)