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:
Ian Neal 2014-07-31 15:16:26 +01:00
Родитель ed76105a4f
Коммит d355e124f8
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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'