From 5fde8802a5f3e04b4c0e78b25e81bbecf301ac4b Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Wed, 19 Feb 2003 00:22:42 +0000 Subject: [PATCH] Added "photon" to the list of platforms requiring processing of printingui/src/unixshared. --- embedding/components/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/components/build/Makefile.in b/embedding/components/build/Makefile.in index 005f3f087c4f..7ae77d9eeabf 100644 --- a/embedding/components/build/Makefile.in +++ b/embedding/components/build/Makefile.in @@ -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