xpcomobsolete component needs to link with mozreg also, build bustage from bug 214889

This commit is contained in:
benjamin%smedbergs.us 2006-03-27 20:48:41 +00:00
parent cb3e88dc3d
commit ab5bd7abf1

View File

@ -74,7 +74,10 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../ \
$(NULL)
EXTRA_DSO_LIBS += mozreg_s
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
$(EXTRA_DSO_LIBS) \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL)