Link final binary against MOZ_LIBART_LIBS when building SVG-enabled static version of Mozilla.

Bug #115007 r=bryner a=asa
This commit is contained in:
seawood%netscape.com 2001-12-14 00:19:57 +00:00
Родитель ebcf51de4d
Коммит 59ecf91283
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -132,6 +132,10 @@ XP_LIBS += \
endif
endif
ifdef MOZ_SVG
XP_LIBS += $(MOZ_LIBART_LIBS)
endif
ifdef MOZ_ENABLE_GTK
XP_LIBS += $(XLDFLAGS) -lXt
endif