Part of bug 360648 Thunderbird autocomplete migration, enable building of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose

This commit is contained in:
Mark Banner 2008-09-24 17:54:14 +01:00
Родитель 06f63b6624
Коммит 221f663a2d
1 изменённых файлов: 8 добавлений и 12 удалений

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

@ -53,11 +53,6 @@ DIRS += \
contentprefs \
microformats \
places \
$(NULL)
# These component dirs are built only for XUL apps
DIRS += \
apppicker \
filepicker \
console \
@ -95,18 +90,19 @@ DIRS += search
endif
endif
ifdef MOZ_THUNDERBIRD
DIRS += autocomplete/public
else
ifdef MOZ_XUL
DIRS += \
autocomplete \
$(NULL)
endif
ifndef MOZ_THUNDERBIRD
DIRS += \
cookie \
$(NULL)
ifdef MOZ_XUL
DIRS += \
autocomplete \
satchel \
$(NULL)
DIRS += satchel
endif # MOZ_XUL
ifdef MOZ_SUITE