Add msgbaseutil to link list.

Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Fixing tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2002-02-13 07:36:12 +00:00
parent a9d2b6cb8b
commit 38cbf3c390

View File

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