From 978e7c6c9844a15a873a096240aa0cbaee1af636 Mon Sep 17 00:00:00 2001 From: "kairo@kairo.at" Date: Wed, 29 Aug 2007 07:19:31 -0700 Subject: [PATCH] bug 386908 - remove xpfe/communicator from Thunderbird build, r=philringnalda, NPOTFFB --- xpfe/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xpfe/Makefile.in b/xpfe/Makefile.in index 5e391df901f0..e7c30a1e9760 100644 --- a/xpfe/Makefile.in +++ b/xpfe/Makefile.in @@ -50,10 +50,6 @@ ifndef MOZ_SUNBIRD DIRS += browser endif -ifdef MOZ_THUNDERBIRD -DIRS += communicator -endif - ifndef MOZ_XUL_APP DIRS += global communicator endif