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.


git-svn-id: svn://10.0.0.236/trunk@143445 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-06-09 04:29:59 +00:00
parent e34bd7ebf7
commit 8967b5383b

View File

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