From 17f349d3e3619b3705cdfd1dd4a5e034216cba50 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Thu, 12 Jun 2003 04:05:17 +0000 Subject: [PATCH] Get the linux file picker working for thunderbird. Has no impact on firebird git-svn-id: svn://10.0.0.236/trunk@143623 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/components/Makefile.in b/mozilla/toolkit/components/Makefile.in index 7a1db0b625f..a4a8cb2d4ae 100644 --- a/mozilla/toolkit/components/Makefile.in +++ b/mozilla/toolkit/components/Makefile.in @@ -6,7 +6,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk ifdef MOZ_THUNDERBIRD -DIRS = console +DIRS = console filepicker else DIRS = autocomplete console filepicker history satchel viewsource build endif