From 6513e41cb75e64384f35470d59ad6a4f88092e82 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 3 Nov 2019 13:17:15 -0500 Subject: Issue #1258 - Part 2: Use binoc-central version of ldap --- ldap/moz.build | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'ldap/moz.build') diff --git a/ldap/moz.build b/ldap/moz.build index cd511ceb1..5f2f96490 100644 --- a/ldap/moz.build +++ b/ldap/moz.build @@ -3,14 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -Library('ldapsdks') - DIRS += [ - 'c-sdk/libraries' -] - -USE_LIBS += [ - 'ldap60', - 'ldif60', - 'prldap60', + 'c-sdk', + 'xpcom' ] -- cgit v1.2.3