diff options
author | Günther Deschner <gd@samba.org> | 2011-02-11 12:07:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-11 12:22:41 +0100 |
commit | 1bad50f648fff0a145d56bf3094c14b6e0845fa2 (patch) | |
tree | 9c02ada036d0fbca766e210adef05ebdc032dc8d /source3/wscript | |
parent | d08ddf08a8f008909e3cf4ff1c1933566f1ec275 (diff) | |
download | samba-1bad50f648fff0a145d56bf3094c14b6e0845fa2.tar.gz samba-1bad50f648fff0a145d56bf3094c14b6e0845fa2.tar.bz2 samba-1bad50f648fff0a145d56bf3094c14b6e0845fa2.zip |
s3-waf: rework the way SMBLDAP subsystem is built a little.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index cbc7cd325d..3957fcab55 100644 --- a/source3/wscript +++ b/source3/wscript @@ -572,8 +572,7 @@ msg.msg_acctrightslen = sizeof(fd); if conf.CONFIG_SET('HAVE_LDAP_INIT'): conf.DEFINE('HAVE_LDAP', '1') conf.DEFINE('LDAP_DEPRECATED', '1') - conf.env['SMBLDAP'] = 'lib/smbldap.c' - conf.env['SMBLDAPUTIL'] = 'lib/smbldap_util.c' + conf.env['HAVE_LDAP'] = '1' else: conf.SET_TARGET_TYPE('ldap', 'EMPTY') conf.SET_TARGET_TYPE('lber', 'EMPTY') |