Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them.

We may move this stuff to browser or add flags to the build to make it easy to skip them.
This commit is contained in:
scott%scott-macgregor.org 2003-06-09 04:29:59 +00:00
Родитель 19be735486
Коммит 82a03aa70e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -5,6 +5,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_THUNDERBIRD
DIRS = console
else
DIRS = autocomplete console filepicker history satchel viewsource build
endif
include $(topsrcdir)/config/rules.mk