From 4c5c29fa0549debf73b5d43f4f7710d434408014 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Wed, 1 Dec 2004 07:41:14 +0000 Subject: [PATCH] aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile! --- xpfe/components/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index f5266e8a662..bfc3bcb2999 100644 --- a/xpfe/components/Makefile.in +++ b/xpfe/components/Makefile.in @@ -91,6 +91,7 @@ DIRS += \ sidebar \ startup \ alerts \ + extensions \ $(NULL) endif endif @@ -104,7 +105,7 @@ endif ifeq ($(OS_ARCH),WINNT) ifndef MOZ_PHOENIX ifndef MOZ_XULRUNNER -DIRS += urlwidget winhooks extensions +DIRS += urlwidget winhooks endif endif endif