a=leaf@netscape.com
# 28114
Adding MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS because there is now a TIMER
dependency in this sharedobject (see nsBrowserInstance.cpp)
This commit is contained in:
jdunn%netscape.com 2000-02-22 03:55:32 +00:00
parent 768775fb2a
commit c63a7c3d44

View File

@ -35,9 +35,9 @@ CPPSRCS = nsBrowserInstance.cpp
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
$(MOZ_COMPONENT_LIBS) \
-lmozjs \
$(NSPR_LIBS) \
$(MOZ_TIMER_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk