diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 13:17:15 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 13:17:15 -0500 |
commit | 6513e41cb75e64384f35470d59ad6a4f88092e82 (patch) | |
tree | 969c588ab5703c74ece39a7da0be5faf3d868cef /ldap/moz.build | |
parent | 2d4aca6d0036937afadfb93359d31fe3b4eabf84 (diff) | |
download | uxp-6513e41cb75e64384f35470d59ad6a4f88092e82.tar.gz |
Issue #1258 - Part 2: Use binoc-central version of ldap
Diffstat (limited to 'ldap/moz.build')
-rw-r--r-- | ldap/moz.build | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/ldap/moz.build b/ldap/moz.build index cd511ceb1e..5f2f96490c 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' ] |