From 8967b5383bba1f76e59afaab31e461c75d2fe92f Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Mon, 9 Jun 2003 04:29:59 +0000 Subject: [PATCH] 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 --- mozilla/toolkit/components/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/toolkit/components/Makefile.in b/mozilla/toolkit/components/Makefile.in index 856b8a04d21..7a1db0b625f 100644 --- a/mozilla/toolkit/components/Makefile.in +++ b/mozilla/toolkit/components/Makefile.in @@ -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