From 19e4e5a4bfce50f0c3adca3a52f9c31544384dec Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Mon, 19 Apr 2004 05:26:17 +0000 Subject: [PATCH] Bug #237725 --> Use dist\branding as a staging area for branded artwork. export installer\windows sr=bryner --- mail/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/Makefile.in b/mail/Makefile.in index 58201e9ac474..41f77aee5b67 100644 --- a/mail/Makefile.in +++ b/mail/Makefile.in @@ -33,6 +33,9 @@ DIRS = base components extensions app ifeq ($(OS_ARCH),WINNT) DIRS += config +ifdef MOZ_INSTALLER +DIRS += installer/windows +endif endif ifeq ($(OS_ARCH),Linux)