From 109b0115c2f86424ac3b5e1b3257c9620daef3c5 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Mon, 19 Apr 2004 05:18:50 +0000 Subject: [PATCH] Bug #237725 --> Use dist\branding as a staging area for branded artwork. Add installer\windows to the dir list so it can export the generic installer icons out to dist\branding sr=bryner --- browser/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/browser/Makefile.in b/browser/Makefile.in index 4613c53e3eb..85c3770d6e5 100644 --- a/browser/Makefile.in +++ b/browser/Makefile.in @@ -44,4 +44,10 @@ include $(DEPTH)/config/autoconf.mk DIRS = base components app extensions +ifeq ($(OS_ARCH),WINNT) +ifdef MOZ_INSTALLER +DIRS += installer/windows +endif +endif + include $(topsrcdir)/config/rules.mk