diff options
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 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' ] |