From 3d54dae212b93203a86e874542714e2aeb1bc1c4 Mon Sep 17 00:00:00 2001 From: Mike Conley Date: Mon, 14 May 2012 09:13:46 -0400 Subject: [PATCH] Bug 754432 - Let Thunderbird have access to ContactService.jsm and ContactDB.jsm. r=fabrice. --- dom/contacts/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/contacts/Makefile.in b/dom/contacts/Makefile.in index d9ad908a7a4b..4fcf5d25e5f9 100644 --- a/dom/contacts/Makefile.in +++ b/dom/contacts/Makefile.in @@ -11,7 +11,7 @@ VPATH = \ include $(DEPTH)/config/autoconf.mk -ifeq ($(MOZ_BUILD_APP),b2g) +ifeq ($(MOZ_BUILD_APP), $(filter $(MOZ_BUILD_APP),b2g mail)) VPATH += $(srcdir)/fallback endif @@ -24,7 +24,7 @@ EXTRA_COMPONENTS = \ ContactManager.manifest \ $(NULL) -ifeq ($(MOZ_BUILD_APP),b2g) +ifeq ($(MOZ_BUILD_APP), $(filter $(MOZ_BUILD_APP),b2g mail)) EXTRA_JS_MODULES = \ ContactService.jsm \ ContactDB.jsm \