From a2391b37d84f16b54dac07f3bed5d74729dc08a0 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 11 Mar 2005 21:42:10 +0000 Subject: [PATCH] restructure pinstripe --- mail/themes/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/themes/Makefile.in b/mail/themes/Makefile.in index d1902f1285ad..c1386d2cd1b5 100644 --- a/mail/themes/Makefile.in +++ b/mail/themes/Makefile.in @@ -49,7 +49,9 @@ include $(DEPTH)/config/autoconf.mk # MacOS X Pinstripe # -ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +DIRS = pinstripe +else DIRS = qute endif