Bug 1046468 - toolkit/library has an inter-dependency on ldap for comm-central that it needs to be told about in the moz.build world r=jcranmer for a CLOSED TREE
This commit is contained in:
Родитель
ed76105a4f
Коммит
d355e124f8
|
@ -13,3 +13,5 @@ export::
|
|||
libs clean distclean::
|
||||
$(MAKE) -C $(DEPTH)/ldap/sdks/c-sdk $@
|
||||
|
||||
target::
|
||||
$(MAKE) -C $(DEPTH)/ldap/sdks/c-sdk export
|
||||
|
|
|
@ -3,3 +3,8 @@
|
|||
# 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/.
|
||||
|
||||
# There needs to be an ldap/target entry in root.mk for the ldap libraries to
|
||||
# be built ahead of toolkit/library, so by adding a LIBRARY_NAME, it forces an
|
||||
# entry to be created. It is not currently used for anything other than
|
||||
# creating that entry.
|
||||
LIBRARY_NAME = 'ldapsdks'
|
||||
|
|
Загрузка…
Ссылка в новой задаче