From eb127b724563d359dcbfbadcc1751620d7b5d232 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Sat, 28 Jul 2007 19:40:03 +0000 Subject: [PATCH] Start building satchel for suite so we can figure out packaging b=304309 r=gavin git-svn-id: svn://10.0.0.236/trunk@231135 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/Makefile.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mozilla/toolkit/components/Makefile.in b/mozilla/toolkit/components/Makefile.in index 92e9d31db6d..9e3e43e0d68 100644 --- a/mozilla/toolkit/components/Makefile.in +++ b/mozilla/toolkit/components/Makefile.in @@ -92,8 +92,6 @@ DIRS += \ cookie \ $(NULL) -ifndef MOZ_SUITE -# XXX Suite doesn't want these just yet ifdef MOZ_XUL DIRS += \ autocomplete \ @@ -101,6 +99,9 @@ DIRS += \ satchel \ $(NULL) endif # MOZ_XUL + +ifndef MOZ_SUITE +# XXX Suite doesn't want these just yet ifndef MOZ_PLACES DIRS += history endif # MOZ_PLACES @@ -132,10 +133,6 @@ EXTRA_PP_COMPONENTS = nsDefaultCLH.js endif # MOZ_XUL_APP -ifdef MOZ_SUITE -DIRS += autocomplete/public -endif - ifeq ($(MOZ_BUILD_APP),camino) DIRS += autocomplete/public endif