From 6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 3 Nov 2019 15:33:58 -0500 Subject: Issue #1258 - Part 3: Make mailnews and friends build --- toolkit/toolkit.mozbuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolkit') diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index da4e7cd85..6a745e51e 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -4,6 +4,13 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +if CONFIG['MOZ_MAILNEWS']: + DIRS += [ + '/ldap', + '/db/mork', + '/mailnews', + ] + DIRS += [ # Depends on NSS and NSPR '/security/certverifier', -- cgit v1.2.3