From 04123b7caaf52f14d2dc7aa8328cd0bd35f69598 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 d1902f1285a..c1386d2cd1b 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