Bug 738790: Add mozglue to dependentlibs.list to fix xulrunner stub loading. r=glandium

This commit is contained in:
Dave Townsend 2012-04-06 08:26:38 -07:00
parent 540d2c07db
commit 263fb86645

View File

@ -72,8 +72,13 @@ FORCE_SHARED_LIB = 1
EXTRA_DSO_LDOPTS = $(LIBS_DIR)
# Must be included before DEPENDENT_LIBS_LIST starts so that apps have a chance
# of getting their stuff in before xul.
# Must be included before any libraries that might depend on it
ifdef MOZ_GLUE_LDFLAGS
DEPENDENT_LIBS_LIST += $(DLL_PREFIX)mozglue$(DLL_SUFFIX)
endif
# Must be included before the rest of the libraries in DEPENDENT_LIBS_LIST
# so that apps have a chance of getting their stuff in before xul.
# It is ok for this file not to exist
-include $(topsrcdir)/$(MOZ_BUILD_APP)/extradependlibs.mk