Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS

This commit is contained in:
colin%theblakes.com 1999-09-12 12:43:19 +00:00
parent 6453ee5f21
commit 0b912d4466
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@ EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
-L$(DIST)/lib \
$(MOZ_TIMER_LIBS) \
-L$(DIST)/bin \
$(NULL)

View File

@ -76,6 +76,7 @@ EXTRA_DSO_LDOPTS = \
-limg_s \
-lneckoutil_s \
-lmozutil_s \
$(MOZ_TIMER_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk