From fb61ad4487ca3fde3bfab3e0c6d96cbb590e9ecf Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Wed, 19 Feb 2003 00:23:42 +0000 Subject: [PATCH] Added "photon" to the list of platforms requiring the processing of "unixshared" directory. git-svn-id: svn://10.0.0.236/trunk@137963 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/components/printingui/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/embedding/components/printingui/src/Makefile.in b/mozilla/embedding/components/printingui/src/Makefile.in index 7f88ac4b623..9f361f55bf3 100644 --- a/mozilla/embedding/components/printingui/src/Makefile.in +++ b/mozilla/embedding/components/printingui/src/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -ifneq (,$(filter gtk gtk2 xlib qt beos,$(MOZ_WIDGET_TOOLKIT))) +ifneq (,$(filter gtk gtk2 xlib photon qt beos,$(MOZ_WIDGET_TOOLKIT))) DIRS += unixshared endif