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

git-svn-id: svn://10.0.0.236/trunk@108101 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2001-11-14 23:38:25 +00:00
parent c9b297cd2e
commit 8089a9b1a9

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