mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Add msgbaseutil to link list.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch. Fixing tinderbox bustage.
This commit is contained in:
parent
a9d2b6cb8b
commit
38cbf3c390
@ -61,7 +61,16 @@ CPPSRCS = \
|
||||
nsOEStringBundle.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(MOZ_COMPONENT_LIBS)
|
||||
ifdef USE_SHORT_LIBNAME
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user