mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +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 \
|
nsOEStringBundle.cpp \
|
||||||
$(NULL)
|
$(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
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user