Add -lph to photon's final link.

Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #135690 r=cls a=rjesup
This commit is contained in:
cls%seawood.org 2002-04-06 07:13:16 +00:00
Родитель f80132d74e
Коммит e64407b57c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -143,7 +143,7 @@ endif
ifeq ($(MOZ_WIDGET_TOOLKIT),photon)
CPPSRCS += nsNativeAppSupportPh.cpp
LIBS += -lphexlib
LIBS += -lphexlib -lph
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)