Should not affect build. Include stopwatch object code if MOZ_PERF is defined.

git-svn-id: svn://10.0.0.236/trunk@51347 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-10-21 02:47:56 +00:00
parent 7d2157e059
commit 205adceff6
4 changed files with 21 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ EXTRA_DSO_LDOPTS = \
$(DIST)/lib/libexpat_s.a \
$(DIST)/lib/libxmltok_s.a \
$(NULL)
ifdef MOZ_PERF
EXTRA_DSO_LDOPTS += \
$(DIST)/lib/libmozutil_s.a \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk