From 1bad50f648fff0a145d56bf3094c14b6e0845fa2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Feb 2011 12:07:39 +0100 Subject: s3-waf: rework the way SMBLDAP subsystem is built a little. Guenther --- source3/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/wscript') 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') -- cgit