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
This commit is contained in:
neil%parkwaycc.co.uk
2007-07-28 19:40:03 +00:00
parent 47201ed2a3
commit eb127b7245

View File

@@ -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