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

Byproduct of bug 58981
This commit is contained in:
seawood%netscape.com 2001-12-18 10:52:05 +00:00
Родитель 46beb716e9
Коммит 0e08392436
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) \