diff options
author | Günther Deschner <gd@samba.org> | 2011-08-25 13:40:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-25 15:15:56 +0200 |
commit | 1593654914afacbeb529b64711eedb19edf14bdc (patch) | |
tree | dea438e59e4b55a201fa8495a071a018b26880ed /source3/winbindd | |
parent | e00a6c40bf13d9c1225022129e4cb1d617aa49bf (diff) | |
download | samba-1593654914afacbeb529b64711eedb19edf14bdc.tar.gz samba-1593654914afacbeb529b64711eedb19edf14bdc.tar.bz2 samba-1593654914afacbeb529b64711eedb19edf14bdc.zip |
s3-waf: fix some unresolved symbols in idmap ad modules.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Aug 25 15:15:57 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
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) |