summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-01-20 21:05:01 +0000
committerMoonchild <moonchild@palemoon.org>2022-01-20 21:05:01 +0000
commit59d3267028e051fc081688efa1eef3f5cf372c7b (patch)
treec8ece42ed567a47a72378c71bbbbf08430fc329a /modules
parent4fab5f6bd964eaec77415c02a125d39c1093c74e (diff)
parent934bcc2bf510af2c494b527e7df42d0757bdb8a8 (diff)
downloadaura-central-59d3267028e051fc081688efa1eef3f5cf372c7b.tar.gz
Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GRE
Diffstat (limited to 'modules')
-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',