summaryrefslogtreecommitdiff
path: root/modules/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'modules/moz.build')
-rw-r--r--modules/moz.build9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/moz.build b/modules/moz.build
index 2f2d88f7c..fb8d50c34 100644
--- a/modules/moz.build
+++ b/modules/moz.build
@@ -5,15 +5,14 @@
SPHINX_TREES['toolkit_modules'] = 'docs'
-DIRS += ['subprocess']
+DIRS += [
+ 'libmar',
+ 'subprocess',
+]
if CONFIG['MOZ_MAILNEWS']:
DIRS += ['ldap']
-if CONFIG['MOZ_UPDATER']:
- # NOTE: The signing related bits of libmar depend on nss
- DIRS += ['/modules/libmar']
-
for var in ('MOZ_APP_NAME',
'MOZ_APP_VERSION',
'MOZ_APP_VERSION_DISPLAY',