Added "photon" to the list of platforms requiring processing of printingui/src/unixshared.

This commit is contained in:
amardare%qnx.com 2003-02-19 00:22:42 +00:00
Родитель cc252c2d9d
Коммит 5fde8802a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -84,7 +84,7 @@ ifeq ($(MOZ_GFX_TOOLKIT),os2)
LOCAL_INCLUDES += -I$(srcdir)/../printingui/src/os2
endif
ifneq (,$(filter gtk gtk2 xlib beos qt, $(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter gtk gtk2 xlib beos photon qt, $(MOZ_WIDGET_TOOLKIT)))
LOCAL_INCLUDES += -I$(srcdir)/../printingui/src/unixshared
endif