Bug 49842. Include xpfelocation_s to initialize viewer's file locator stuff.

This commit is contained in:
waterson%netscape.com 2000-08-22 22:50:09 +00:00
Родитель 25de616d20
Коммит 385ea3b153
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -125,6 +125,12 @@ ifdef MOZ_FULLCIRCLE
XP_LIBS += $(FULLCIRCLE_LIBS)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
XP_LIBS += -llibxpfelocation_s
else
XP_LIBS += -lxpfelocation_s
endif
LIBS = \
$(UNIX_VIEWER_TK_LIBS) \
$(GTK_GLUE) \