Adding $(MOZ_COMPONENT_LIBS) for platforms that resolve symbols at link time. Not part of the build.

This commit is contained in:
bryner%netscape.com 2001-11-14 23:38:25 +00:00
parent a7f8233621
commit 6638bbd7cf

View File

@ -59,6 +59,6 @@ CPPSRCS = \
oeICalImpl.cpp \
$(NULL)
EXTRA_DSO_LDOPTS += -lical -licalss
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -lical -licalss
include $(topsrcdir)/config/rules.mk