Link in raptorgfx dynamically to make the component properly loadable.

regxpcom was breaking on this one.  r=valeski
This commit is contained in:
ramiro%fateware.com 1999-10-22 05:06:39 +00:00
parent f5adfb90de
commit b1fdfd6b17

View File

@ -36,7 +36,11 @@ CPPSRCS = \
REQUIRES = raptor xpcom
EXTRA_DSO_LDOPTS = $(MOZ_TIMER_LIBS)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-lraptorgfx \
$(MOZ_TIMER_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk