diff options
-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) |