summaryrefslogtreecommitdiffstats
path: root/modules/brotli/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-15 17:37:54 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-15 17:37:54 -0500
commit556349010e01d0a3b7896f858d503781ea837b46 (patch)
treef003183732dc3cda4ad880407880da282ca4b0c5 /modules/brotli/moz.build
parentf3d462c6049bd2f35571c2a0e2a7c4df4f3ca81c (diff)
parent3492ad65236209e741ca3641789efeaa22a6b8a4 (diff)
downloadUXP-556349010e01d0a3b7896f858d503781ea837b46.tar
UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.gz
UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.lz
UXP-556349010e01d0a3b7896f858d503781ea837b46.tar.xz
UXP-556349010e01d0a3b7896f858d503781ea837b46.zip
Merge branch 'master' into mailnews-work
Diffstat (limited to 'modules/brotli/moz.build')
-rw-r--r--modules/brotli/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/brotli/moz.build b/modules/brotli/moz.build
index 08ebebeae..6754d0317 100644
--- a/modules/brotli/moz.build
+++ b/modules/brotli/moz.build
@@ -14,7 +14,7 @@ EXPORTS.brotli += [
'include/brotli/types.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'common/dictionary.c',
'common/transform.c',
'dec/bit_reader.c',
@@ -36,7 +36,7 @@ Library('brotli')
HostProgram('brotli')
-HOST_SOURCES += UNIFIED_SOURCES
+HOST_SOURCES += SOURCES
HOST_SOURCES += [
'enc/backward_references.c',