Suite can't build passwordmgr until bug 239131 is fixed b=304309 r=luser

This commit is contained in:
neil@parkwaycc.co.uk 2007-08-05 03:50:59 -07:00
Родитель 03de3b1e25
Коммит f42d5e3fa5
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -95,13 +95,15 @@ DIRS += \
ifdef MOZ_XUL ifdef MOZ_XUL
DIRS += \ DIRS += \
autocomplete \ autocomplete \
passwordmgr \
satchel \ satchel \
$(NULL) $(NULL)
endif # MOZ_XUL endif # MOZ_XUL
ifndef MOZ_SUITE ifdef MOZ_SUITE
# XXX Suite doesn't want these just yet # Suite can't use passwordmgr because mail still depends on wallet (bug 239131)
DIRS += passwordmgr/public
else
DIRS += passwordmgr
ifndef MOZ_PLACES ifndef MOZ_PLACES
DIRS += history DIRS += history
endif # MOZ_PLACES endif # MOZ_PLACES