summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-03 15:33:58 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-03 15:33:58 -0500
commit6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7 (patch)
tree32d0c74ca38c30667b51bd46cd8e460421f35517 /toolkit
parenta57983a2176afb4bab3c22efa6a24d39f3c11163 (diff)
downloadUXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar
UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.gz
UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.lz
UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.xz
UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.zip
Issue #1258 - Part 3: Make mailnews and friends build
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/toolkit.mozbuild7
1 files changed, 7 insertions, 0 deletions
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',