Thunderbird bustage fix for bug 313331

This commit is contained in:
neil%parkwaycc.co.uk 2006-04-12 23:44:11 +00:00
Родитель 3ecf654c80
Коммит 592527450e
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -68,7 +68,9 @@ ifdef MOZ_VIEW_SOURCE
DIRS += viewsource
endif
ifndef MOZ_THUNDERBIRD
ifdef MOZ_THUNDERBIRD
DIRS += autocomplete/public
else
DIRS += \
cookie \
$(NULL)
@ -99,10 +101,12 @@ DIRS += \
EXTRA_PP_COMPONENTS = nsDefaultCLH.js
endif # MOZ_XUL_APP
else # MOZ_XUL_APP
ifdef MOZ_SUITE
DIRS += autocomplete/public
endif
endif # MOZ_XUL_APP
include $(topsrcdir)/config/rules.mk