summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/update/moz.build')
-rw-r--r--toolkit/mozapps/update/moz.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/mozapps/update/moz.build b/toolkit/mozapps/update/moz.build
index 5f1d56764..f80e5bf5c 100644
--- a/toolkit/mozapps/update/moz.build
+++ b/toolkit/mozapps/update/moz.build
@@ -18,11 +18,12 @@ XPIDL_SOURCES += [
TEST_DIRS += ['tests']
EXTRA_COMPONENTS += [
- 'nsUpdateService.js',
'nsUpdateService.manifest',
'nsUpdateServiceStub.js',
]
+EXTRA_PP_COMPONENTS += ['nsUpdateService.js']
+
JAR_MANIFESTS += ['jar.mn']
with Files('**'):