Link mozutil_s into viewer directly rather than relying upon some component to contain it.

Byproduct of bug 58981


git-svn-id: svn://10.0.0.236/trunk@110707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2001-12-18 10:52:05 +00:00
parent d2d79b97e3
commit 02a39873f4

View File

@@ -107,6 +107,9 @@ EXTRA_DSO_LIBS = gkgfx
ifdef MOZ_OJI
EXTRA_DSO_LIBS += jsj
endif
ifdef MOZ_PERF_METRICS
EXTRA_DSO_LIBS += mozutil_s
endif
XP_DIST_LIBS = \
$(EXTRA_DSO_LIBS) \